Closed
Bug 43324
Opened 25 years ago
Closed 25 years ago
Contents of input type-text are dupilicated when page is restored
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
People
(Reporter: attinasi, Assigned: rubydoo123)
Details
(Whiteboard: [dogfood+])
Attachments
(1 file)
|
338 bytes,
text/html
|
Details |
An input field of type text with an initial value will have that value
repeatedly appended to itself each time the page is navigated to. For example,
load the attached testcase, notice the input has the value "abcdefg". Click the
link to go to another page, then hit BACK and see that the input has the value
"abcdefgabcdefg" - repeat until you are convinced there is a problem.
Also, possible unrelated, after returning to the page, select the text and
delete it and the cursor is out of whack... selection gets kinda goofy sometimes
too.
| Reporter | ||
Comment 1•25 years ago
|
||
| Reporter | ||
Comment 2•25 years ago
|
||
Happens on at least NT and Linux.
This is actually a pretty serious bug. I cannot believe nobody else has seen it,
but I couldn't find an existing bug on it. Makes Mozilla unusable for managing
bugs, hence the dogfood status.
Keywords: dogfood
| Reporter | ||
Comment 3•25 years ago
|
||
One more thing: the problem is actually that the input's value is prepended to
whatever is already in the field (not appended). Typing something into the field
and then navigating forward and back proves this.
| Assignee | ||
Comment 6•25 years ago
|
||
*** This bug has been marked as a duplicate of 42178 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•