tenfourfox
tenfourfox copied to clipboard
Traffic light buttons jump when resizing the window [10.4 only]
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 [email protected] on 16 Jul 2014 at 1:17
This does not happen when the title bar is shown. And it doesn't happen at all
on 10.5.
Original comment by [email protected] on 16 Jul 2014 at 2:40
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 [email protected] on 16 Jul 2014 at 2:56
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 [email protected] on 16 Jul 2014 at 3:50
Could be a performance related issue.
Minimizing the window seems to force it to repaint.
Original comment by [email protected] on 16 Jul 2014 at 3:53
- Changed title: Traffic light buttons jump when resizing the window [10.4 only]