Closed
Bug 157056
Opened 23 years ago
Closed 23 years ago
DOMCharacterDataModified does not properly reflect newValue when pasting text in a <textarea>
Categories
(Core :: DOM: Events, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 117131
People
(Reporter: jasonkarldavis, Assigned: joki)
References
()
Details
See the URL for a testcase.
I alert [event.prevValue, event.newValue] everytime DOMCharacterDataModified is
fired on the textarea. Pasting text in fires the event, but both properties are
equal to ''.
I feel newValue should be whatever the final value of the textarea is.
Reporter | ||
Comment 1•23 years ago
|
||
Bah, forgot the obvious build number.
It exhibits the (incorrect?) behavior in build 2002071509
Comment 2•23 years ago
|
||
newValue works for me but prevValue is not set...
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•23 years ago
|
||
its a dupe..
*** This bug has been marked as a duplicate of 117131 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•