Closed
Bug 66219
Opened 24 years ago
Closed 24 years ago
I-Beam cursor over separators in Location field context menu
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
VERIFIED
FIXED
People
(Reporter: dean_tessman, Assigned: hewitt)
References
Details
As per discussed in bug 56646, right-click on the location field and mouse-over
a separator in the context menu. The cursor changes to the I-Beam cursor. This
doesn't happen for HTML inputs or textfields.
Comment 1•24 years ago
|
||
This is weird. Those are just plain old <menuseparator/>'s, and we've got the
cursor rule for menuseparator. Joe, any ideas?
Status: NEW → ASSIGNED
Comment 2•24 years ago
|
||
It almost seems as if the cursor is the pointer when it's exactly over the
menuseparator, but there's a little padding around it without the default
cursor. I'm not sure what to do here, sending to Joe.
Assignee: blakeross → hewitt
Status: ASSIGNED → NEW
Assignee | ||
Comment 3•24 years ago
|
||
Upon close inspection, it seems that the cursor actually is the default when
over the content/border region of the separator, however, when over the margin
area it turns into the cursor. The simple solution is to add a "cursor:
default" to menupopup and popup so that it doesn't inherit this from whatever
widget it's nested inside.
I'll include this fix in my upcoming monster-checkin for the modern re-organization.
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•24 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: Menus → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•