Closed
Bug 401247
Opened 17 years ago
Closed 17 years ago
Assertion Failed (assert:null node) when middle-clicking on blank space in Bookmarks Toolbar
Categories
(Firefox :: Bookmarks & History, defect, P3)
Firefox
Bookmarks & History
Tracking
()
VERIFIED
FIXED
Firefox 3 beta3
People
(Reporter: bugmozz, Assigned: asaf)
References
Details
(Keywords: regression)
Attachments
(2 files, 1 obsolete file)
13.65 KB,
image/jpeg
|
Details | |
1.74 KB,
patch
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a9pre) Gecko/2007102605 Minefield/3.0a9pre ID:2007102605
see attachment.
maybe regression between 20071024-20071025 nightly.(caused by Bug 399729 ?)
correct range,
happens after 20071024_1906_firefox-3.0a9pre.en-US.win32.zip
so check-in for Bug 399729 cause this.
Updated•17 years ago
|
Flags: blocking-firefox3?
Updated•17 years ago
|
Assignee: nobody → mano
Flags: blocking-firefox3? → blocking-firefox3+
Updated•17 years ago
|
Keywords: regression
Updated•17 years ago
|
Target Milestone: --- → Firefox 3 M11
Updated•17 years ago
|
Priority: -- → P2
Updated•17 years ago
|
Priority: P2 → P3
Updated•17 years ago
|
OS: Windows XP → All
Hardware: PC → All
Assignee | ||
Comment 5•17 years ago
|
||
Attachment #293181 -
Flags: review?(sspitzer)
Comment 6•17 years ago
|
||
Comment on attachment 293181 [details] [diff] [review]
patch
r=sspitzer, but please fix that typo before checking in:
+ this._selection = this._selection = this.getResult().root;
should be:
+ this._selection = this.getResult().root;
Attachment #293181 -
Flags: review?(sspitzer) → review+
Assignee | ||
Comment 7•17 years ago
|
||
Attachment #293181 -
Attachment is obsolete: true
Assignee | ||
Comment 8•17 years ago
|
||
mozilla/browser/components/places/content/toolbar.xml 1.112
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 9•17 years ago
|
||
verified with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b3pre)
Gecko/2007121805 Minefield/3.0b3pre
Status: RESOLVED → VERIFIED
Comment 11•17 years ago
|
||
Actual contents of error box:
ASSERT: null mode
Stack Trace:
0:PU_nodeIsFolder(null)
1:BT_onClick([object MouseEvent])
2:onclick([object MouseEvent])
Comment 12•17 years ago
|
||
restoring CC list...
Comment 14•15 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
•