Closed
Bug 1526824
Opened 7 years ago
Closed 7 years ago
Remove "src" attribute from menuitem XBL and styles ("image" attribute is always used instead)
Categories
(Toolkit :: UI Widgets, task, P3)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
mozilla67
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: bgrins, Assigned: bgrins)
References
Details
Attachments
(1 file)
In addition to inheriting "src=image" there is a direct inheritance of "src" from the host element: https://searchfox.org/mozilla-central/search?q=%2Csrc%22&path=
But AFAICT this is never used, the [image] attribute is used instead:
| Assignee | ||
Comment 1•7 years ago
|
||
This appears to be unused, and the [image] attribute on the host is inherited onto
.menu-iconic-icon[src] as an alternative.
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → bgrinstead
Status: NEW → ASSIGNED
Updated•7 years ago
|
Priority: -- → P3
Pushed by bgrinstead@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a686eb70ac01
Remove "src" attribute handling from menuitem XBL and styles; r=NeilDeakin
Comment 3•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Updated•7 years ago
|
Type: enhancement → task
You need to log in
before you can comment on or make changes to this bug.
Description
•