Edit This Bookmark pop-up sometimes appears in the wrong place
Categories
(Firefox :: Bookmarks & History, defect, P5)
Tracking
()
People
(Reporter: bj, Unassigned)
References
Details
Attachments
(1 file)
2.71 MB,
image/jpeg
|
Details |
Steps to reproduce:
- Create new profile and run Firefox.
- Create a bookmark.
- Open bookmarks Library window ("show all bookmarks") and create a folder.
- Click the "bookmarked" star and change the bookmark location to the new folder.
- Click the "bookmarked" star multiple times.
Expected:
- The Edit This Bookmark window appears under the "bookmarked" star and points to the star.
Actual:
- The Edit This Bookmark window appears too far to the left. See the attached screen shot
Maximizing the window resets the state and the Edit This Bookmark window will then appear in the correct place.
Comment 1•4 years ago
|
||
I can reproduce this on Ubuntu, not on Windows or Mac. It looks like when we expand horizontally the panel to make space for the folder picker, we also somehow remember the left position of it, and reopen at that left position even if now the panel is smaller.
I'm seeing if I can find a regression range.
Comment 2•4 years ago
•
|
||
Apparently this is not a recent regression, I tested up to Firefox 58 and it was still reproducible.
The bookmarks code only uses
this.panel.openPopup(this._anchorElement, "bottomcenter topright");
So there may be a bug somewhere in widgets that is only present in the Linux implementation.
I was hoping that we could easily workaround this by collapsing the folder tree before hiding the panel, but it doesn't work.
Reporter | ||
Comment 5•2 years ago
|
||
I am no longer able to reproduce this issue using my Steps to Reproduce in .0 and I haven't seen it in regular browsing recently.
Description
•