Closed
Bug 112286
Opened 24 years ago
Closed 24 years ago
popup events don't include mouse coordinates
Categories
(Core :: XUL, defect, P2)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla0.9.7
People
(Reporter: hewitt, Assigned: hewitt)
Details
Attachments
(1 file)
5.11 KB,
patch
|
Details | Diff | Splinter Review |
It would be nice if the popupshowing and popupshown events included the
coordinates of the mouse at the time of creation. I will need this information
in order to make outliner tooltips useful, so that you can determine the cell
that the mouse is over.
I have a patch.
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → mozilla0.9.7
Comment 2•24 years ago
|
||
sr=hyatt, although we really should get the "21" constant into the
nsLookAndFeel object.
Comment 3•24 years ago
|
||
ok, looks good
but please double check computing of y coordinate
I recall there were already |y += 21| in nsXULPopupListener.cpp
r=varga
Assignee | ||
Comment 4•24 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•