Closed
Bug 1881764
Opened 1 year ago
Closed 1 year ago
onchange event not firing for textarea when all text is deleted
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1881457
People
(Reporter: github, Unassigned)
Details
Attachments
(1 file)
85 bytes,
text/html
|
Details |
Steps to reproduce:
Open the attached test.html in FF. Delete all text from the textarea control. Click out of the control.
Actual results:
FF123 fails to trigger onchange event if all text is deleted from the textarea. This is a regression - it works correctly in FF113.
Expected results:
Alert should have been triggered.
Comment 1•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Events' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → DOM: Events
Product: Firefox → Core
![]() |
||
Updated•1 year ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 1 year ago
Duplicate of bug: 1881457
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•