Closed
Bug 152326
Opened 23 years ago
Closed 23 years ago
innerHTML used on a textarea inserts a new textarea
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ebourg, Assigned: kinmoz)
Details
Attachments
(2 files)
On calling innerHTML on a textarea element, a new textarea appears inside the
textarea instead of the HTML specified.
| Reporter | ||
Comment 1•23 years ago
|
||
| Reporter | ||
Comment 3•23 years ago
|
||
I forgot to mention i see this on Mozilla 1.1a (build 2002061104)
Comment 4•23 years ago
|
||
Sort of WFM with XBLFC. For some reason, the top line in the textarea does not
scroll.
Comment 5•23 years ago
|
||
Seing this with build 2002121608, Windows 2000. First row of the textarea does
not scroll.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: innerHTML used on a textarea inserts a new textarea → First row of text in textarea inserted with innerHTML does not scroll
Comment 6•23 years ago
|
||
| Reporter | ||
Comment 7•23 years ago
|
||
I tried again my test case with Mozilla 1.3a and the issue with innerHTML is now
consistent with the one i reported with appendChild in Bug 152329. Previously
one could see 2 textarea boxes, this issue is now fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Summary: First row of text in textarea inserted with innerHTML does not scroll → innerHTML used on a textarea inserts a new textarea
You need to log in
before you can comment on or make changes to this bug.
Description
•