GNOME Bugzilla – Bug 127262
Redraw problems with freeze frames
Last modified: 2004-12-22 21:47:04 UTC
The vertical line that designates a freeze frame doesn't go all the way down the spreadsheet in v1.2.1. (See attached .png) How far down it goes differs each time it redraws. As you can see, the image attached only has the line to 1/3 of the way down the sheet (based on the scrollbar on the side). (It's a big sheet.) Also, using the scroll arrows on the vertical scrollbar to scroll up 1 cell at a time causes the cell labels on the left (designating the row number) to get black lines between them (see 2nd attached image). Much less major than the first bug, but still a redraw glitch.
*** Bug 127261 has been marked as a duplicate of this bug. ***
Probably related to 16bit coordinates in the underlying gtk drawing. We should just draw the visible portion of the line rather than being lazy and drawing from top to bottom and having the server cl;ip.
I didn't realize bugzilla actually created this bug entry, it wasn't responding when I submitted. Attachments below.
Created attachment 21565 [details] First image, freeze line half shown
Created attachment 21566 [details] Second screenshot, row label redraw glitches shown
fixed in cvs. Patch will be in 1.2.2