Undo breaks in a textarea when overflow property is changed.
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: adel.smee, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(1 file)
|
445 bytes,
text/html
|
Details |
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Updated•13 years ago
|
Comment 4•5 years ago
|
||
Bulk-downgrade of unassigned, untouched DOM/Storage bug's priority.
If you have reason to believe, this is wrong, please write a comment and ni :jstutte.
Comment 5•5 years ago
|
||
I can still reproduce this on Firefox 85...
Comment 6•5 months ago
|
||
I can't reproduce anymore.
My STR:
(1) Load https://bug854272.bmoattachments.org/attachment.cgi?id=729227
(2) Click to focus the textarea
(3) Ctrl+A to select all of its content
(4) Type "test"
(5) Ctrl+Z (several times if necessary)
EXPECTED RESULTS:
You should see the word "Placeholder" restored.
ACTUAL RESULTS (in older builds):
Ctrl+Z either has no effect or changes "test" to "t" and then won't undo beyond that point.
--> Fixed by bug 2016280.
Masayuki, do you think we can close this, or is there another use-case in this bug that's not covered by my STR / not fixed by bug 2016280? (I saw you added a dependency on bug 2017201 but I'm not clear how bug 2017201 relates to the testcase on this bug here.)
Comment 7•5 months ago
|
||
Sounds like we can close this bug without adding the reported testcase since this is not easy to regress. (Although I don't understand why only the patch for bug 2016280 fixed this bug since TextControlState still depends on the nsTextControlFrame and it may be reframed by the style change.)
Description
•