Closed
Bug 1491108
Opened 7 years ago
Closed 7 years ago
arrow icon too large in bookmark dialog on macOS
Categories
(Firefox :: Theme, defect, P1)
Firefox
Theme
Tracking
()
RESOLVED
FIXED
Firefox 64
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox62 | --- | unaffected |
firefox63 | --- | unaffected |
firefox64 | --- | fixed |
People
(Reporter: soeren.hentzschel, Assigned: dao)
References
Details
(Keywords: regression)
Attachments
(2 files, 1 obsolete file)
672.31 KB,
image/png
|
Details | |
1.15 KB,
patch
|
Details | Diff | Splinter Review |
Since bug 1487765 the arrow in the folder dropdown of the bookmark dialog is too large on macOS.
13:54.74 INFO: Narrowed inbound regression window from [906330f7, 140cc361] (3 builds) to [906330f7, 598ede9c] (2 builds) (~1 steps left)
13:54.74 INFO: No more inbound revisions, bisection finished.
13:54.74 INFO: Last good revision: 906330f7adc8cf71d9a39c1ff0fdd592ae7a9d28
13:54.74 INFO: First bad revision: 598ede9c5a5de8fcf23754e07a7c8079273013f4
13:54.74 INFO: Pushlog:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=906330f7adc8cf71d9a39c1ff0fdd592ae7a9d28&tochange=598ede9c5a5de8fcf23754e07a7c8079273013f4
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → dao+bmo
Component: Themes → Theme
Priority: -- → P1
Product: Toolkit → Firefox
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #9009031 -
Flags: review?(ntim.bugs)
Comment 2•7 years ago
|
||
Comment on attachment 9009031 [details] [diff] [review]
patch
Review of attachment 9009031 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me.
::: browser/themes/osx/browser.css
@@ +486,5 @@
> #editBMPanel_folderMenuList > .menulist-dropmarker {
> -moz-appearance: none;
> display: -moz-box;
> + -moz-box-align: center;
> + -moz-box-pack: center;
-moz-box-pack: center; doesn't seem to have any effect.
Attachment #9009031 -
Flags: review?(ntim.bugs) → review+
Assignee | ||
Comment 3•7 years ago
|
||
Attachment #9009031 -
Attachment is obsolete: true
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/7e1392efab8f
Fix #editBMPanel_folderMenuList dropmarker styling after dropmarker.css changes. r=ntim
Keywords: checkin-needed
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
Updated•7 years ago
|
status-firefox62:
--- → unaffected
status-firefox-esr60:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•