Closed
Bug 72174
Opened 24 years ago
Closed 23 years ago
Textarea content is not shown in case of linebreak and if line is longer than cols specify.
Categories
(Core :: Layout: Form Controls, defect, P1)
Tracking
()
VERIFIED
WORKSFORME
mozilla1.0
People
(Reporter: ivo, Assigned: rods)
References
()
Details
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; 0.9) Gecko/20010302
BuildID: 2001030205
If line type in textarea is longer than cols specify and if to type linebreak
somewhere before this line a lot of typed lines are not shown.
Reproducible: Always
Steps to Reproduce:
Paste URL:
http://ftp.mozilla.org/pub/mozilla/nightly/latest/mozilla-win32-talkback.zip
to any textarea of this page, move cursor to beginning of typed text and press
enter.
Actual Results: Text disappears (it is there but is not shown).
Expected Results: Text should move a line down, and be visible.
Comment 2•24 years ago
|
||
I see this on Linux as well. After pressing enter twice, the text becomes
invisible. Deleting the two newlines makes it visible again.
status to new, over to HTML form controls.
Assignee: karnaze → rods
Status: UNCONFIRMED → NEW
Component: Layout → HTML Form Controls
Ever confirmed: true
Keywords: polish
OS: Windows 98 → All
QA Contact: petersen → vladimire
Comment 3•24 years ago
|
||
cc Joe in case this is really an editor bug.
I don't understand the "polish" keyword, shouldn't it be "correctness"?
Updated•24 years ago
|
Keywords: polish → correctness
Comment 5•24 years ago
|
||
reassigning back. This is a layout or text rendering issue. The content model
is correct, just not the frames.
Assignee: beppe → rods
Assignee | ||
Comment 7•24 years ago
|
||
Will take a look
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → mozilla0.9.1
Assignee | ||
Comment 8•24 years ago
|
||
I can't figure out how to reproduce it or it's working fine. Please give
detailed explanation on ow to reproduce.
Status: ASSIGNED → NEW
Target Milestone: mozilla0.9.1 → mozilla1.0
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Comment 9•24 years ago
|
||
Comment 10•24 years ago
|
||
With that testcase and a linux CVS debug build pulled at "Thu Apr 19 08:49:57
PDT 2001" I see the problem just fine....
Comment 11•23 years ago
|
||
worksforme
Build 2001060504 win32 talkback installer sea trunk
Reporter | ||
Comment 12•23 years ago
|
||
Win98SE, Mozilla 2001060820
Invisibility problem has gone but a little misbehave has risen: when there is
more than one line of text inside textarea and when someone places cursor inside
textarea and hold right arrow key down. As expected cursor should stop at the
end of the last line of text but it will jump to back to first position of the
first line.
Comment 13•23 years ago
|
||
That's bug 82151
Comment 14•23 years ago
|
||
can this bug be resolved?
Comment 15•23 years ago
|
||
This is now worksforme.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•