Open
Bug 1399595
Opened 7 years ago
Updated 1 years ago
The bookmark toolbar drop indicator jumps to the end when dragging to a position immediately between two bookmarks
Categories
(Firefox :: Bookmarks & History, defect, P3)
Firefox
Bookmarks & History
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox57 | --- | wontfix |
People
(Reporter: jaws, Unassigned)
References
Details
(Keywords: papercut, Whiteboard: [snt-scrubbed][places-papercut])
From bug 1398252 comment #18,
"""
I also noticed that when dragging along the bookmarks toolbar, the dropmarker flickers to the end when the drag hits areas between bookmarks. Again, not a regression from your change, but it would be nice to fix that in a separate bug at some point, too.
"""
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
Comment 1•2 years ago
|
||
Moving to bookmarks & history where it will be easier to track it as a papercut.
Component: Theme → Bookmarks & History
Keywords: papercut
Updated•2 years ago
|
Whiteboard: [snt-scrubbed][places-papercut]
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SNT-658
Can loyal bugzilla.mozilla users who earned the permission to confirm bugs also access that mozilla atlassian page? If not, why?
Comment 5•1 years ago
|
||
It seems to be resolved with the following userChrome.css.
toolbarbutton.bookmark-item:not(.subviewbutton) {
margin-left: 0 !important;
margin-right: 0 !important;
}
You need to log in
before you can comment on or make changes to this bug.
Description
•