[Bug 59740] [PATCH] Sheet.shiftRows incorrectly shifts merged region on exists merged region

2017-08-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59740 Dominik Stadler changed: What|Removed |Added Blocks||60384 Referenced Bugs: https://bz.

[Bug 59740] [PATCH] Sheet.shiftRows incorrectly shifts merged region on exists merged region

2017-08-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59740 Bug 59740 depends on bug 60709, which changed state. Bug 60709 Summary: shiftRows removes merged regions if shifting several rows in one call https://bz.apache.org/bugzilla/show_bug.cgi?id=60709 What|Removed

[Bug 59740] [PATCH] Sheet.shiftRows incorrectly shifts merged region on exists merged region

2017-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59740 David Le Niniven changed: What|Removed |Added Depends on||60709 Referenced Bugs: https://bz

[Bug 59740] [PATCH] Sheet.shiftRows incorrectly shifts merged region on exists merged region

2017-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59740 Javen O'Neal changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 59740] [PATCH] Sheet.shiftRows incorrectly shifts merged region on exists merged region

2017-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59740 David Le Niniven changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug 59740] [PATCH] Sheet.shiftRows incorrectly shifts merged region on exists merged region

2016-07-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59740 Dominik Stadler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 59740] [PATCH] Sheet.shiftRows incorrectly shifts merged region on exists merged region

2016-07-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59740 Danil Lopatin changed: What|Removed |Added Status|NEEDINFO|NEW -- You are receiving this mail be

[Bug 59740] [PATCH] Sheet.shiftRows incorrectly shifts merged region on exists merged region

2016-07-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59740 Danil Lopatin changed: What|Removed |Added Attachment #33971|0 |1 is obsolete|

[Bug 59740] [PATCH] Sheet.shiftRows incorrectly shifts merged region on exists merged region

2016-07-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59740 Javen O'Neal changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #4 from Javen O'Ne

[Bug 59740] [PATCH] Sheet.shiftRows incorrectly shifts merged region on exists merged region

2016-07-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59740 --- Comment #3 from Danil Lopatin --- I hope this fix will be included in 3.15 version. If you want, I could update documentation. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59740] [PATCH] Sheet.shiftRows incorrectly shifts merged region on exists merged region

2016-06-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59740 Javen O'Neal changed: What|Removed |Added Depends on||58443 -- You are receiving this mail b

[Bug 59740] [PATCH] Sheet.shiftRows incorrectly shifts merged region on exists merged region

2016-06-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59740 --- Comment #2 from Javen O'Neal --- > Thanks for the patch and test. Silently deleting merged regions seems > reasonable to me as long as we document its behavior. > What are people's thoughts on the least surprising > behavior here? -- Yo

[Bug 59740] [PATCH] Sheet.shiftRows incorrectly shifts merged region on exists merged region

2016-06-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59740 --- Comment #1 from Javen O'Neal --- Correction: (In reply to Danil Lopatin from comment #0) > Steps to reproduce: > 1. Create merged region A1:G1 in row 0 > 2. Create merged region *A2:F2* in row 1 > 3. Shift row 1 to 0 position. Thanks for t