keeleysam / tenfourfox

Automatically exported from code.google.com/p/tenfourfox
0 stars 0 forks source link

Traffic light buttons jump when resizing the window [10.4 only] #282

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Resizing the window makes the traffic light buttons jump and they sometimes do 
not repaint. We may need to invalidate the entire window, or suppress painting 
them on a resize event (the latter is probably better). Australis only.

Original issue reported on code.google.com by classi...@floodgap.com on 16 Jul 2014 at 1:17

GoogleCodeExporter commented 9 years ago
This does not happen when the title bar is shown. And it doesn't happen at all 
on 10.5.

Original comment by chtru...@web.de on 16 Jul 2014 at 2:40

GoogleCodeExporter commented 9 years ago
The title bar part I know about, but I'm surprised it does not happen on 10.5.

Interestingly, the "remnants" are system dependent. On the iMac G4, they jump 
and leave garbage at times. On the iBook, they jump, but repaint correctly 
(which I would ordinarily not consider worth fixing). I need to try this on the 
Sawtooth.

Original comment by classi...@floodgap.com on 16 Jul 2014 at 2:56

GoogleCodeExporter commented 9 years ago
It does definitely not happen on my G4 PowerBook running 10.5, otherwise I'd 
have been the first to complain about it :-) 

I see lots of jumping (along the y axis) and garbage on both 10.4 machines (G3 
Pismo with 8MB vram and G3 iBook with 32 MB vram). I never noticed it before 
because I use the browser with the titlebar almost exclusively.

Original comment by chtru...@web.de on 16 Jul 2014 at 3:50

GoogleCodeExporter commented 9 years ago
Could be a performance related issue.

Minimizing the window seems to force it to repaint.

Original comment by classi...@floodgap.com on 16 Jul 2014 at 3:53