[linux] Bookmarks toolbar looks like it is one with other toolbars, but bookmarks toolbar is not draggable, unlike other toolbars
Categories
(Firefox :: Toolbars and Customization, defect, P3)
Tracking
()
People
(Reporter: karlt, Assigned: Gijs)
References
Details
(Keywords: regression)
Attachments
(1 file)
I'd guess the bookmarks toolbar is somehow not included in -moz-window-dragging rules.
Reporter | ||
Comment 1•4 years ago
|
||
The bookmarks toolbar wasn't visible (on new tabs/windows) until bug 1674091 was fixed.
Assignee | ||
Comment 2•4 years ago
|
||
(In reply to Karl Tomlinson (:karlt) from comment #1)
The bookmarks toolbar wasn't visible (on new tabs/windows) until bug 1674091 was fixed.
But you could trivially make it visible by using the context menu on the main toolbar, or going into Customize Mode...
Reporter | ||
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
It looks like this is because:
has an ifndef for Gtk. Linux is the only theme that has additional dragging rules (for the navbar, https://searchfox.org/mozilla-central/rev/6f8f3d0e9022b6f0405da26ec940a89455416202/browser/themes/linux/browser.css#266 ), the titlebar is draggable on Linux because of https://searchfox.org/mozilla-central/rev/6f8f3d0e9022b6f0405da26ec940a89455416202/browser/base/content/browser.css#348 . This was originally simplified in bug 1387415.
It seems like if we want the toolbar to be draggable on Linux, we should just remove the linux and browser/base styling, and remove the ifndef in xul.css . Dão, does that seem reasonable?
Comment 4•4 years ago
|
||
(In reply to :Gijs (he/him) from comment #3)
It seems like if we want the toolbar to be draggable on Linux, we should just remove the linux and browser/base styling, and remove the ifndef in xul.css . Dão, does that seem reasonable?
Sounds good to me. The current inconsistency seems to stem from -moz-window-dragging not being implemented for GTK originally. I don't think there's any other reason at this point.
Assignee | ||
Updated•4 years ago
|
Comment hidden (typo) |
Comment 7•4 years ago
|
||
This bug is for:
- bookmarks toolbar, reportedly not draggable
– bug 1727956 is for:
- Bookmarks toolbar items, which is draggable in some situations.
Was resolution of 1727956, as a duplicate, a misunderstanding?
Comment 8•4 years ago
|
||
(In reply to Graham Perrin from comment #7)
This bug is for:
- bookmarks toolbar, reportedly not draggable
– bug 1727956 is for:
- Bookmarks toolbar items, which is draggable in some situations.
Was resolution of 1727956, as a duplicate, a misunderstanding?
Sorry, it was a misunderstanding.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 9•3 years ago
|
||
I came across this again when trying to address bug 1756676 and figured
I would just address this bug immediately per our previous discussion
on the bug.
Updated•3 years ago
|
Comment 10•3 years ago
|
||
Comment 11•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Description
•