Description: Basically, I expected that any time I insert a row/column into a frozen cell region, none of the existing frozen row/columns should get "bumped" out of this region. It seems the frozen cells are hard referenced to the initial selection. It is easy enough to reset the frozen cell region after row/column insertion so this is really just a feature request, but perhaps there is a reason (beyond me) that it functions this way. Steps to Reproduce: 1. Select column "C" and choose "View > Freeze > Freeze Rows and Columns" 2. Insert Column between columns "A" and "B" Actual Results: Only two columns are frozen: "A" and the new column "B". The old column "B"'s contents (now column "C") are shifted beyond the frozen cell region. Expected Results: Three frozen columns: "A", new "B" and old "B" (now "C"). Columns "D" and beyond are not frozen. Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-us) AppleWebKit/537+ (KHTML, like Gecko) Version/5.0 Safari/537.6+ Midori/0.4
(In reply to Ben from comment #0) > It is easy enough to reset the frozen cell region after > row/column insertion so this is really just a feature request, but perhaps > there is a reason (beyond me) that it functions this way. Eike: is there a reason for this?
*** This bug has been marked as a duplicate of bug 99570 ***