Opened 19 years ago
Closed 18 years ago
#109 closed bug (fixed)
Resize/Restore button draws over mouse
Reported by: | Owned by: | stippi | |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | |
Keywords: | Cc: | diver | |
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
The Resize/Restore Window button in applications will draw over the mouse cursor when clicked.
I was running Philipp Schmid's rev16108 (2006-02-02) HDD image under VMware Player to produce this quirk. To reproduce this bug, simply move the mouse cursor over any Resize/Restore Window button on an application's titlebar, click, and look closely. You should see the yellow lines (of the button) over the cursor (unless, of course, the cursor was moved).
Change History (15)
comment:1 by , 19 years ago
comment:3 by , 19 years ago
Status: | new → assigned |
---|
comment:4 by , 19 years ago
I don't know if it's the same bug as this one, but the same effect happens with checkboxes, while unchecking a checked one. Checking an empty checkbox appears to be immune to this bug.
comment:5 by , 19 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:6 by , 19 years ago
This is rather odd, as the region that draws over the mouse shouldn't be updated at all, AFAICT. I'm letting Stephan try to solve this, as he has a better understanding of the drawing engine.
comment:7 by , 19 years ago
Cc: | added |
---|
comment:8 by , 19 years ago
Cc: | added |
---|
comment:10 by , 19 years ago
To add just a bit more oddness to this bug, this doesn't happen on real hardware for me. I can only reproduce it under QEMU.
comment:11 by , 19 years ago
(In reply to comment #6)
To add just a bit more oddness to this bug, this doesn't happen on real hardware for me. I can only reproduce it under QEMU.
Same here, only happens under VMware or Qemu... not real hardware. Bizarre.
comment:12 by , 19 years ago
Maybe not so bizarre. It should probably happen on real hardware too if you chose a 16 bit screen depth.
comment:13 by , 19 years ago
(In reply to comment #8)
Maybe not so bizarre. It should probably happen on real hardware too if you
chose a 16 bit screen depth.
I've tested this in 32-bit colorspace in VMware, also. You'd think if it did this there, it'd do it on real hardware in 32-bit colorspace too.
Another note, yesterday I was testing on real hardware... and it looked like the yellow lines were being drawn, but the mouse cursor would draw over it... There'd definitely be a short delay and you could see the yellow lines being drawn if you look close enough. Does the cursor behave differently on real hardware, i.e. hardware cursor?
I also thought of another thing, I haven't tested this on real hardware using VESA... only using the Rudolf's GF driver. So could this only effect VESA modes? That would explain why I've only reproduced it in VMware.
comment:14 by , 18 years ago
Description: | modified (diff) |
---|---|
Platform: | → All |
Status: | new → assigned |
This happens on the Close Window button as well. Just put the cursor over the Close button and press down (but do not release) and you will see the border of the button drawn over the mouse cursor.