Closed
Bug 437934
Opened 17 years ago
Closed 10 years ago
Folder tree view does not scroll to visible selected folder, when re-select last-used-folder in editBookmarkPanel
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: alice0775, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
1.71 KB,
patch
|
asaf
:
review-
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008060806 Firefox/3.0 Firefox/2.0.0.14
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008060806 Minefield/3.0pre
In Edit This Bookmark panel, and in condition to expand the folder tree view,
When I select last-used-folder in doropdown menu, tree will expand and select the folder.
And when I re-selected the other last-used-folder in doropdown menu, folder tree view does not scroll to visible selected folder.
Reproducible: Always
Steps to Reproduce:
1.At first, register a lot of folders with bookmark.
2.Register some bookmark with different folders, (Preparations last-used-folders)
3.Click Star. Expand tree view.
4.Select a last-used-folder in dropdown menu at folder row.
5.Re-select the other last-used-folder in dropdown menu
Actual Results:
Folder tree view does not scroll to visible selected folder.(Though the folder is chosen)
Expected Results:
Folder tree view should scroll to visible selected folder.
Reporter | ||
Comment 1•17 years ago
|
||
Updated•16 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•16 years ago
|
Summary: Folder tree view does not scroll to visible selected folder, when re-select last-used-folder in doropdown menu. → Folder tree view does not scroll to visible selected folder, when re-select last-used-folder in editBookmarkPanel
Comment 3•16 years ago
|
||
probably selectItems itself should scroll to the first selected item
Reporter | ||
Comment 4•16 years ago
|
||
in the Created an attachment (id=324253)
+ if (this._folderTree.currentIndex)
should be
+ if (this._folderTree.currentIndex != -1)
Comment 5•15 years ago
|
||
We added similar code in commit a06095d0da3d. Could someone re-test this, and let me know whether the bug still occurs?
Thanks,
Blake.
Comment 6•15 years ago
|
||
D'oh. Wrong product. Sorry about that.
Reporter | ||
Comment 8•14 years ago
|
||
Call ensureRowIsVisible method after selected a treechildlen
Attachment #324253 -
Attachment is obsolete: true
Reporter | ||
Updated•14 years ago
|
Version: unspecified → Trunk
Comment 9•14 years ago
|
||
Comment on attachment 511412 [details] [diff] [review]
add ensureRowIsVisible
Mano, what do you think?
Maybe we could evaluate to add a second optional param to select methods to also call ensureRowIsVisible?
Actually selectNode already do that automatically, so it's possible selectItems should just do the same.
Attachment #511412 -
Flags: review?(mano)
Comment 10•13 years ago
|
||
Comment on attachment 511412 [details] [diff] [review]
add ensureRowIsVisible
selectItems cannot just do the same due to multiple selection, but in the case of single-selection-tree, it can most certainly do so.
Attachment #511412 -
Flags: review?(mano) → review-
Reporter | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
Comment 11•4 years ago
|
||
Guys, This is an old bug, but currently it is still present. The folder tree does not scroll in edit bookmark at all - this is very frustrating.
What is the correct procedure here, shall i open a new defect or do we reopen this one?
You need to log in
before you can comment on or make changes to this bug.
Description
•