Closed
Bug 607501
Opened 15 years ago
Closed 9 years ago
Right clicking Feedback button shows two popup menus
Categories
(Mozilla Labs Graveyard :: Test Pilot, defect, P1)
Mozilla Labs Graveyard
Test Pilot
Tracking
(Not tracked)
RESOLVED
WONTFIX
1.4
People
(Reporter: heycam, Assigned: jono)
References
Details
(Whiteboard: extension. UI)
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:2.0b6) Gecko/20100101 Firefox/4.0b6
Build Identifier:
If I right click on the Feedback button in Firefox 4.0b6, both the toolbar context menu and the feedback popup menu are shown.
Reproducible: Always
Comment 1•15 years ago
|
||
Confirmed, I see this also on Mac with beta6 and nightly minefield builds with a recent build of the extension installed.
This should behave the same as context clicking other toolbar buttons, just the context menu shown. Try the Bookmarks button for example.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•15 years ago
|
Whiteboard: extension
Comment 3•15 years ago
|
||
the feedback button should block our own context menu.
Priority: -- → P1
Whiteboard: extension → extension. UI
Target Milestone: --- → 1.2
Updated•15 years ago
|
Severity: minor → normal
Updated•14 years ago
|
Target Milestone: 1.2 → 1.4
From Wes Kocher on a duplicate bug:
I think all it needs to do is add the following to the click listener:
element.preventDefault();
element.stopPropagation();
Updated•9 years ago
|
Product: Mozilla Labs → Mozilla Labs Graveyard
Comment 7•9 years ago
|
||
decommissioned
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•