Closed
Bug 74065
Opened 24 years ago
Closed 24 years ago
Make unix use NS_CONTEXTMENU event for context menus
Categories
(Core :: XUL, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla0.9
People
(Reporter: mikepinkerton, Assigned: dr)
References
Details
Attachments
(1 file)
Mac/win32 have been converted over to use NS_CONTEXTMENU to know when a context
menu should appear (rather than xul watching the individual mouse events). Unix
needs to have the same thing done:
- wherever unix sends a right-mouse-down event into Gecko, also send a
NS_CONTEXTMENU (widget/gtk/src/nsWidget.cpp)
- remove the XP_UNIX code from the nsXULPopupListener that watches for the
rightmouse button.
-->dr
accepting. seems like this'll fix a pantload of other problems...
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → mozilla0.9
Comment 3•24 years ago
|
||
sr=hyatt. Get pink to review.
Reporter | ||
Comment 4•24 years ago
|
||
r=pink
fix checked in.
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
•