unlocking disabled fieldset with javascript does not unlock fieldset inputs for editing
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: neytiri, Unassigned)
Details
Attachments
(1 file)
408 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0
Steps to reproduce:
- have a disabled fieldset with some nested form with nested inputs (you can use attached fieldset_bug.html to reproduce)
- enable fieldset using javascript by setting fieldsetObject.disabled=false or by using jQuery fieldsetSelector.prop('disabled', false)
- try to edit input value inside unlocked fieldset
(this issue was not present in version 118.0.2, it was introduced in 119.0)
Actual results:
input behaves as readonly, can't edit value
Expected results:
input of enabled fieldset should be editable in a way unaffected by it's presence inside fieldset
Reporter | ||
Comment 1•1 year ago
|
||
try more than once, sometimes it's working, sometimes not
Comment 2•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Layout: Form Controls' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 3•1 year ago
|
||
Reporter | ||
Comment 4•1 year ago
|
||
(In reply to Simon Speich from comment #3)
same as bug https://bugzilla.mozilla.org/show_bug.cgi?id=1862817
irrelevant, this report was created earlier
Reporter | ||
Comment 5•1 year ago
|
||
But same as bug https://bugzilla.mozilla.org/show_bug.cgi?id=1861027
thanks for the info
Updated•1 year ago
|
Description
•