Closed
Bug 1453958
Opened 7 years ago
Closed 7 years ago
Remove menulist-base binding
Categories
(Core :: XUL, task)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: bgrins, Assigned: eoger)
References
Details
Attachments
(1 file)
This is only extended once and it's never directly bound to anything. So we could either move the <resources> tag into "menulist" https://dxr.mozilla.org/mozilla-central/rev/325ef357e5b73d63794e47c02c7f8e7cf58ccb48/toolkit/content/widgets/menulist.xml#13,20 or do the following: - Move the menulist skin CSS sheet into components.css and delete the binding - Move the single rule from the content menulist.css into xul.css (https://searchfox.org/mozilla-central/source/toolkit/content/menulist.css) - Delete the binding without modifying menulist
Comment hidden (mozreview-request) |
Reporter | ||
Comment 2•7 years ago
|
||
Comment on attachment 8967929 [details] Bug 1453958 - Remove menulist-base binding. Thank you for the patch! Forwarding the review request
Attachment #8967929 -
Flags: review?(bgrinstead) → review?(dao+bmo)
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8967929 [details] Bug 1453958 - Remove menulist-base binding. https://reviewboard.mozilla.org/r/236618/#review242542 ::: toolkit/content/xul.css:834 (Diff revision 1) > > +html|*.menulist-editable-input { > + -moz-appearance: none !important; > + background: transparent ! important; > + -moz-box-flex: 1; > +} Please move this before the dropmarker rule. Thanks!
Attachment #8967929 -
Flags: review?(dao+bmo) → review+
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → eoger
Status: NEW → ASSIGNED
Comment hidden (mozreview-request) |
Pushed by eoger@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/3ce30f63aa94 Remove menulist-base binding. r=dao
Comment 6•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3ce30f63aa94
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Comment 7•7 years ago
|
||
Moving to Core:XUL per https://bugzilla.mozilla.org/show_bug.cgi?id=1455336
Component: XP Toolkit/Widgets: XUL → XUL
Updated•5 years ago
|
Type: enhancement → task
You need to log in
before you can comment on or make changes to this bug.
Description
•