Closed
Bug 592618
Opened 15 years ago
Closed 15 years ago
Textarea replaces tabulations with spaces when appending data to value
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla2.0b7
People
(Reporter: pierre, Assigned: ehsan.akhgari)
References
Details
(Whiteboard: [fixed by bug 240933])
Attachments
(1 file)
|
799 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0b4) Gecko/20100818 Firefox/4.0b4
Build Identifier: Mozilla/5.0 (X11; Linux x86_64; rv:2.0b4) Gecko/20100818 Firefox/4.0b4
On a textarea, if you concatenate strings to the value after the page load, tabulations are replaced by spaces.
See test case.
Reproducible: Always
| Reporter | ||
Comment 1•15 years ago
|
||
Comment 2•15 years ago
|
||
Ehsan, is this an editor issue or something?
Component: HTML: Parser → Editor
QA Contact: parser → editor
| Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> Ehsan, is this an editor issue or something?
Yes, and it will be fixed by bug 240933.
Status: UNCONFIRMED → NEW
Depends on: 240933
Ever confirmed: true
Whiteboard: [will be fixed by bug 240933]
| Assignee | ||
Comment 4•15 years ago
|
||
Bug 240933 landed...
Assignee: nobody → ehsan
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Whiteboard: [will be fixed by bug 240933] → [fixed by bug 240933]
Target Milestone: --- → mozilla2.0b7
You need to log in
before you can comment on or make changes to this bug.
Description
•