Open Bug 1399595 Opened 7 years ago Updated 10 months 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)

defect

Tracking

()

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.
"""
Priority: -- → P3
Severity: normal → S3

Moving to bookmarks & history where it will be easier to track it as a papercut.

Component: Theme → Bookmarks & History
Keywords: papercut
Duplicate of this bug: 1830202
Whiteboard: [snt-scrubbed][places-papercut]

Can loyal bugzilla.mozilla users who earned the permission to confirm bugs also access that mozilla atlassian page? If not, why?

See Also: → 1832537
Duplicate of this bug: 1518518

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.