Closed
Bug 136562
Opened 23 years ago
Closed 23 years ago
textarea updates every second keypress
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
Future
People
(Reporter: lami, Assigned: kinmoz)
References
Details
Attachments
(3 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020310
BuildID: 2002031008
Textarea updates every second keypress. Real content of textarea seem right,
even if not displayed. I can't reproduce it generally, but I have saved page,
which causes it. On most pages textarea works correctly, only on these. Prolem
appeared in Mozilla 0.9.7 (or 0.9.8, not sure)
Reproducible: Always
Steps to Reproduce:
1.Open page in attachment
2 [details] [diff] [review].type something into textarea in the middle of document
Actual Results: text updates every other keypress
Expected Results: textarea content should be updated regulary
Operating system RedHat Linux 7.1, kernel 2.4.9-31, window manager Enlightenment
| Reporter | ||
Comment 1•23 years ago
|
||
Page is in czech language, but it doesn't matter I think
other cases of this: bug 123058, bug 124639
i'm unable to open the attachment - is it a zip? It reports to be damaged.
Can you attach the page as plain html, or simply provide an URL?
| Reporter | ||
Comment 4•23 years ago
|
||
It's .tar.gz, rename it to something.tar.gz and it should work. I'll post just
page, but it can be affected by linked CSS (I'll attach it, too).
| Reporter | ||
Comment 5•23 years ago
|
||
| Reporter | ||
Comment 6•23 years ago
|
||
Comment 7•23 years ago
|
||
To editor
Assignee: rods → kin
Component: HTML Form Controls → Editor: Core
Depends on: 123058
QA Contact: madhur → sujay
This "looks fixed" on the trunk by waterson's work on bug 135146. It hasn't made
it's way on to the MOZILLA_1_0_0_BRANCH yet.
I say "looks fixed" because waterson's work masks the underlying problem by
removing parent frames that are causing the problem from the reflow equation.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Priority: -- → P3
Target Milestone: --- → Future
I'm going to close all "every other character typed shows up" bugs as fixed
since the combination of waterson's reflow roots fix for bug 135146 and the
nsBlockFrame.cpp and nsBox.cpp changes I made for bug 141900 prevent the
underlying problem from happening.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 10•23 years ago
|
||
*** Bug 124639 has been marked as a duplicate of this bug. ***
Comment 11•22 years ago
|
||
w4f, using 2003.04.10 comm bits on linux rh8.0.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•