Closed
Bug 500044
Opened 16 years ago
Closed 16 years ago
Right click on toolbar items doesn't open the correct context menu
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: whimboo, Assigned: adam.christian)
References
Details
(Whiteboard: [mozmill-doc-needed][verified-mozmill-1.2])
Attachments
(1 file)
|
943 bytes,
application/x-javascript
|
Details |
Today I noticed that a right click on toolbar items like Live Bookmarks doesn't bring up the correct context menu. Instead the one from the toolbar itself is getting opened.
Use following steps:
1. Create a fresh profile and install latest Mozmill
2. Open http://delicious.com/recent and add the feed as a Live Bookmark to your Bookmarks toolbar
3. Run the attached Mozmill test
As you can see the context menu which gets opened does not correspond to the one when you click manually. That way I cannot refresh the items.
| Reporter | ||
Comment 1•16 years ago
|
||
This is because we fire the event at the coordinates (0,0). This is outside of of the Live Bookmark folder area so the contextmenu of the toolbar gets opened.
We should specify two more parameters for the rightClick function. Both can be optional but if not set assume at least (1,1).
| Assignee | ||
Comment 2•16 years ago
|
||
This should be fixed in trunk.
| Reporter | ||
Comment 3•16 years ago
|
||
Yupp. Fixed in http://code.google.com/p/mozmill/source/detail?r=509
Thanks Adam.
Assignee: nobody → adam.christian
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Whiteboard: [mozmill-doc-needed][verified-mozmill-1.2]
| Reporter | ||
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•