Closed
Bug 6767
Opened 25 years ago
Closed 25 years ago
button widget doesn't know when to go down
Categories
(Core :: XUL, defect, P5)
Tracking
()
M15
People
(Reporter: icos, Assigned: joki)
References
()
Details
Mozilla has a toolbar button widget that "raises" to create a bevel when the
mouse passes over it. However, sometimes it stays up longer than it should:
Hover your mouse over a toolbar button, and quickly click a menu. The button
bevel remains up. You can roam your mouse down that drop-down menu, and even
click in the main document window, and the button stays raised.
After clicking in the document aream, you can navigate till your hearts content,
but the only way the bevel goes down is if you move your cursor on another part
of the toolbar.
While very minor, this is somewhat awkward.
Updated•25 years ago
|
Assignee: trudelle → pinkerton
Priority: P3 → P5
Target Milestone: M15
Comment 1•25 years ago
|
||
assigning to pinkerton as p5 for m15
Updated•25 years ago
|
Assignee: pinkerton → joki
Comment 2•25 years ago
|
||
this happens because gecko is losing events somehow. It seems that when the mouse
is moving quickly, the OS sampling rate for mouse-moved events is too slow, so
one event is over the button, hence the bevel border, and the next sample is when
the mouse is in the menu bar or in another presShell. As a result, the presShell
with the toolbar doesn't get the "mouseExit" event.
reassigning to joki. I'm sure we already have similiar bugs filed, but i'll leave
it to him to mark as a dupe.
Reporter | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 3•25 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•