Closed
Bug 111510
Opened 23 years ago
Closed 22 years ago
Context menu of drop-down list does not disappear after left-click
Categories
(Core :: XUL, defect)
Tracking
()
mozilla1.1alpha
People
(Reporter: haertle, Assigned: hyatt)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:0.9.6) Gecko/20011120
BuildID: 2001112020
Context menu of drop-down list appears at a wrong position and does not
disappear after left-clicking outside it.
Note that the bug appears only if the drop-down list is displayed (by
left-clicking on it)
Reproducible: Always
Steps to Reproduce:
1. load http://www.mozilla.org/quality/help/bugzilla-helper.html
2. left-click on the "Component" drop-down list or on its small arrow to display it
3. right-click to get the context menu
4. left-click outside the context menu
Actual Results:
1. the context menu pops up at a wrong position
2. it does not disappear when left-clicking outside the context menu
3. it remains even when loading new pages
Expected Results:
1. context menu near to mouse pointer
2,3. disappear
Comment 1•23 years ago
|
||
'Context menu of drop-down list' ... that's an odd concept :-]
There should be no context menu when you do a context click on an
HTML <select>.
Should the select be snuffing out the bubble of the event, or is it
up to the context menu to not activate in this case (or ...)
(Note: the context menu does roll up on the final left click on win32, but
the real bug is that that context menu shouldn't be there in the first place).
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 3•23 years ago
|
||
let me clarify.
The popup menu I meant is the normal context menu of the web page, but the bug
shows only when you have a
1. <select> element (this bugzilla page is full of them)
2. which has no option MULTIPLE (so let's not take the CC: widget)
3. which is in the center or on the right of the page (so let's not take the
Product: widget, but the Platform: one)
4. you left-click on it (the value list pops up)
5. you right-click on the value list (the page context menu pops up)
if now you don't want to execute a command of the context menu, there is no way
to get rid of the popup
Right. Step 5 shouldn't produce a context menu. That's what's screwed up.
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.1
Comment 5•22 years ago
|
||
*** Bug 155043 has been marked as a duplicate of this bug. ***
*** Bug 175150 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of 95790 ***
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
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
•