Closed
Bug 241190
Opened 21 years ago
Closed 21 years ago
large string in textarea overwrites itself
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: c.weyland, Unassigned)
Details
Attachments
(1 file)
8.30 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7b) Gecko/20040413 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a) Gecko/20040420
When placing a large string (>8192 bytes, not containing whitespace) in a
textarea, the characters beyond 8192 bytes overwrite the characters at the
beginning of the string.
Reproducible: Always
Steps to Reproduce:
1. create a textarea with a string > 8192 bytes
2. note how the characters at the end are _also_ shown at the beginning of the
string and overwriting them
Reporter | ||
Comment 1•21 years ago
|
||
Test case is WFM in current nighties fro Mozilla and FF (Windows 2000)
Comment 3•21 years ago
|
||
Display of test case appears broken in recent nightly on MacOS X. Get a line of
underscores, but if I drag the mouse over any of it I get the "ABCDEF" from the
end of the string appearing at the left hand side.
Reporter | ||
Comment 4•21 years ago
|
||
seems this has been fixed in recent builds -- testcase WFM now (win2k)
--> resolving WORKSFORME
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•