Bookmarking Folder Location
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mozilla Firefox |
Confirmed
|
Unknown
|
|||
firefox-3.0 (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Binary package hint: firefox-3.0
Same deficiency was reported previously in FF3:
Still waiting for the following feature: After searching and successfully finding a bookmark, FF3 give no way to locate which folder this bookmark is located in. The result is that users are unable to use the "Organise Bookmarks" to really 'organise' their bookmarks. Please add this feature.
Calum
ProblemType: Bug
Architecture: amd64
Date: Sat Jun 7 02:45:54 2008
DistroRelease: Ubuntu 8.04
NonfreeKernelMo
Package: firefox-3.0 3.0~b5+
PackageArchitec
ProcEnviron:
PATH=/home/User Name/bin:
LANG=en_AU.UTF-8
SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.24-17-generic x86_64
Changed in firefox: | |
status: | Unknown → New |
Changed in firefox-3.0: | |
importance: | Undecided → Medium |
status: | Confirmed → Triaged |
Changed in firefox: | |
status: | New → Invalid |
Changed in firefox-3.0: | |
importance: | Medium → Wishlist |
status: | Triaged → Confirmed |
Changed in firefox: | |
status: | Unknown → Confirmed |
Changed in firefox-3.0: | |
status: | Confirmed → Triaged |
Changed in firefox: | |
status: | Confirmed → Invalid |
Changed in firefox: | |
status: | Unknown → Confirmed |
Changed in firefox: | |
importance: | Unknown → Medium |
tags: | added: precise trusty xenial |
tags: | removed: precise trusty |
tags: | added: bionic focal hirsute impish |
Changed in firefox: | |
importance: | Medium → Unknown |
I can confirm the bug on Windows.
In nsNavHistory.cpp there is a function NeedToFilterRes ultSet, this returns TRUE for all bookmarks queries and if search term is defined or a folder is specified.
Afterwards all the bookmarks are read from the database (performance problem) and filtered later in FilterResultSet. Inside of this functions is following code:
---8<---
// exclude-queries is implicit when searching, we're only looking at nodeIndex] ->IsURI( ))
// plan URI nodes
if (!aSet[
continue;
--->8---
This has impact on bug 385245 too. After removal of grouping, usage of maxResults excludes folders from the output.