Closed
Bug 330216
Opened 20 years ago
Closed 19 years ago
[Mac] "reference to undefined property contentNode.id" opening toolbar bookmark folder
Categories
(Firefox :: Bookmarks & History, defect, P2)
Tracking
()
RESOLVED
FIXED
Firefox 2 alpha2
People
(Reporter: philor, Assigned: philor)
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
|
1.16 KB,
patch
|
annie.sullivan
:
review+
bugs
:
superreview+
|
Details | Diff | Splinter Review |
Opening a bookmark folder iterates up through its parent nodes to see if it's a child of the bookmarks menu, but that warns when it hits the anonymous nodes in the bookmarks toolbar.
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #214817 -
Flags: review?(annie.sullivan)
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Updated•19 years ago
|
Attachment #214817 -
Flags: review?(annie.sullivan) → review+
Comment 2•19 years ago
|
||
Do you need me to check this in for you?
Comment 4•19 years ago
|
||
Don't all nodes have .id?
Priority: -- → P2
Target Milestone: --- → Firefox 2 alpha2
| Assignee | ||
Comment 5•19 years ago
|
||
Comment on attachment 214817 [details] [diff] [review]
Fix
Nope, two things without an .id in the chain: the one I was expecting, the toolbarbutton for the bookmark folder, and the #document that's the ultimate parent.
Attachment #214817 -
Flags: superreview?(bugs)
| Assignee | ||
Updated•19 years ago
|
Whiteboard: [checkin needed]
Comment 6•19 years ago
|
||
Attachment #214817 -
Flags: superreview?(bugs) → superreview+
| Assignee | ||
Updated•19 years ago
|
Whiteboard: [checkin needed]
| Assignee | ||
Updated•19 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Keywords: fixed1.8.1
Resolution: --- → FIXED
Whiteboard: [checkin needed]
Comment 7•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
•