"checked" attribute from <input type="checkbox" disabled checked> no longer works
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox-esr91 | --- | unaffected |
firefox93 | --- | unaffected |
firefox94 | --- | fixed |
firefox95 | --- | fixed |
People
(Reporter: dukevinjduke, Assigned: emilio)
References
(Regression, )
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
|
Details | Review |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0
Steps to reproduce:
Create an HTML element with
<input type="checkbox" disabled checked>
The checkbox does not respect the "checked" attribute unlike in Firefox stable channel and Chrome/Edge.
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Core & HTML' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Updated•3 years ago
|
Comment 2•3 years ago
|
||
Comment 3•3 years ago
|
||
input type="radio" is also affected.
data:text/html,<input type="radio" name="aa" disabled checked>
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 5•3 years ago
|
||
The simplification in bug 1734115 missed this case.
Comment 9•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6e92568e4216
https://hg.mozilla.org/mozilla-central/rev/8df1cd9300e4
Updated•3 years ago
|
Assignee | ||
Comment 11•3 years ago
|
||
Comment on attachment 9245221 [details]
Bug 1735077 - Fix rendering of <input type=checkbox/radio disabled checked>. r=mstange,#layout-reviewers
Beta/Release Uplift Approval Request
- User impact if declined: Regression from bug 1734115 which we want on beta.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Very simple fix to non-native checkbox-drawing codepath.
- String changes made/needed: none
Comment 12•3 years ago
|
||
Comment on attachment 9245221 [details]
Bug 1735077 - Fix rendering of <input type=checkbox/radio disabled checked>. r=mstange,#layout-reviewers
Approved for 94.0b6
Comment 13•3 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/179d9722b0d7
https://hg.mozilla.org/releases/mozilla-beta/rev/79e03f50e898
Updated•3 years ago
|
Description
•