Closed
Bug 364397
Opened 19 years ago
Closed 19 years ago
Bookmarks under the chevron menu do nothing when activated
Categories
(Firefox :: Bookmarks & History, defect, P2)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
Firefox 3 alpha2
People
(Reporter: asaf, Assigned: asaf)
Details
Attachments
(1 file)
|
3.54 KB,
patch
|
moco
:
review+
|
Details | Diff | Splinter Review |
Bookmarks under the chevron menu do nothing when activated, this is happening (Er, not happening) because there are no command/click event handlers set on its popup. Fixing this sort-of-requires making places toolbar.xml view depend on browser-places.js (BookmarksEventHandler in particular).
| Assignee | ||
Comment 1•19 years ago
|
||
Ignore most of comment 0, the issue here is events bubbling which is the case for menuitems in this popup - the listeners set in browser.xul are not "expecting" that.
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → Firefox 3 alpha2
| Assignee | ||
Comment 2•19 years ago
|
||
Attachment #249962 -
Flags: review?(sspitzer)
Comment 3•19 years ago
|
||
Comment on attachment 249962 [details] [diff] [review]
patch
r=sspitzer. it took me a minute to see the core of this fix is event.target -> event.originalTarget.
Attachment #249962 -
Flags: review?(sspitzer) → review+
| Assignee | ||
Comment 4•19 years ago
|
||
mozilla/browser/base/content/browser-places.js 1.16
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 5•16 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•