Closed
Bug 331537
Opened 19 years ago
Closed 17 years ago
Left list filtering causes view not to update
Categories
(Firefox :: Bookmarks & History, defect, P2)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bugs, Unassigned)
References
Details
(Whiteboard: swag: 1d)
Attachments
(1 file)
2.35 KB,
patch
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. open places organizer
2. click in the left list
3. click New Folder... enter a name and hit OK
Actual results:
- new folder doesn't show up until something causes the view to invalidate (e.g. mouse move over it)
Expected results:
- new folder appears immediately.
Reporter | ||
Updated•19 years ago
|
Priority: -- → P1
Updated•19 years ago
|
Whiteboard: swag: 0.25d
Reporter | ||
Comment 1•19 years ago
|
||
*** Bug 332220 has been marked as a duplicate of this bug. ***
Comment 2•19 years ago
|
||
The problem is that the left list shows queries and folders only. However, the update code treats queries as items and they are not shown. All item add and update code needs to be made "query aware".
Updated•19 years ago
|
Whiteboard: swag: 0.25d → swag: 1d
Updated•19 years ago
|
Priority: P1 → P2
Target Milestone: Firefox 2 alpha2 → Firefox 3 alpha1
Updated•18 years ago
|
Assignee: brettw → nobody
![]() |
||
Updated•18 years ago
|
Target Milestone: Firefox 3 alpha1 → Firefox 3 beta1
Updated•18 years ago
|
Target Milestone: Firefox 3 M7 → Firefox 3 M8
Updated•17 years ago
|
Target Milestone: Firefox 3 M8 → Firefox 3 M9
Updated•17 years ago
|
Target Milestone: Firefox 3 M9 → Firefox 3 M10
Updated•17 years ago
|
Target Milestone: Firefox 3 M10 → Firefox 3 M11
Updated•17 years ago
|
Target Milestone: Firefox 3 beta3 → ---
Comment 3•17 years ago
|
||
WFM
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b4pre) Gecko/2008022714 Minefield/3.0b4pre
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Comment 4•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
•