Closed
Bug 334049
Opened 19 years ago
Closed 18 years ago
assertion failed in QI_Node
Categories
(Firefox :: Bookmarks & History, defect, P2)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
WORKSFORME
Firefox 2 alpha2
People
(Reporter: jo.hermans, Unassigned)
References
Details
Attachments
(2 files)
2.0 branch, Mac OS X 10.2.8
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20060414 Firefox/2.0a1
- open bookmark organizer from bookmarks-menu
- type in some characters in the search-filed, which should get you the query builder
- the first charcter works ok (and filters the list on the right), but the second one pops up the assertion
- if you clear the searchbox, and you type in some more, the assertion will pop up immediately after the first character
I'll post an attachement.
Reporter | ||
Comment 1•19 years ago
|
||
Reporter | ||
Comment 2•19 years ago
|
||
From what I can see in the sourcecode of PO_Search, we're executing asFolder() because PlacesSearchBox.filterCollection=="collection". But it isn't, it's set to "all" in the popmenu. And when I change it in the pop-menu, i get the same assertion.
So I think we're always searching by collection, regarding the setting of the menu, or if we really have a collection in the first place.
Updated•19 years ago
|
Assignee: nobody → bugs
Priority: -- → P2
Target Milestone: --- → Firefox 2 alpha2
Comment 3•19 years ago
|
||
*** Bug 334218 has been marked as a duplicate of this bug. ***
Updated•19 years ago
|
OS: MacOS X → All
Hardware: Macintosh → All
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060415 Firefox/2.0a1 ID:2006041504
search WFM, no assertion pops up.
but on Places side-bar(Bug#334218), assertion pops up.
Comment 5•19 years ago
|
||
also see bug 336254, might be related.
Comment 6•19 years ago
|
||
I get this assertion but instead of PO_search I get PSB_search.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060507 Minefield/3.0a1
Reporter | ||
Comment 7•19 years ago
|
||
moving to trunk (Places isn't on the 2.0 branch anymore)
Version: 2.0 Branch → Trunk
Updated•18 years ago
|
Assignee: bugs → nobody
Reporter | ||
Comment 8•18 years ago
|
||
this is now a works-for-me in the latest trunk
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a8pre) Gecko/2007081409 Minefield/3.0a8pre
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
Comment 9•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
•