Closed Bug 65867 Opened 24 years ago Closed 23 years ago

text area doesn´t show cursor and scrollbars

Categories

(Core :: Layout, defect)

x86
Windows 98
defect
Not set
normal

Tracking

()

VERIFIED INVALID
mozilla0.9

People

(Reporter: daniel.pz, Assigned: rubydoo123)

References

()

Details

I use

Mozilla/5.0 (Windows; U; Win98; en-US; m18) Gecko/20010118


I wanted to sent free SMS on the pages

http://www.free-sms.com/freesms/free_sms_form.php3

and

http://sms.dialing.de (-> choose D1 or so)

The textbox to enter the message (130 - 160 characters) didn´t
show a coursor as I clicked into it, but the text appeared.

As the text exeeded the line or the row, no scroll-bar was schown.

Thanks.

Bye,

Daniel
I can reproduce, mozilla0.7 win32. I suspect the wrong css though, as apparently
this page has not been modified for NS6, and apparently also they use 6
different stylesheets, one for each platform/browser couple.
Could try to provide a small testcase that allows us to reproduce this bug,
without the extra stuff? thanks alot,
Fabian.
Summary: textbox doesn´t show coursor and scroll-bars → text area doesn´t show cursor and scrollbars
CONFIRMED with Mac OS 01-18-15.  Now tossing into Ian's lap to see what he 
thinks.
Status: UNCONFIRMED → NEW
Ever confirmed: true
QA Contact: lorca → ian
On linux (2001-02-12-08) I am seeing a cursor in the textarea.  As for
scrollbars, the source sayeth:

<textarea cols=32 name=textarea rows=4 style="OVERFLOW: hidden"
wrap=VIRTUAL></textarea>

setting the overflow to hidden naturally means no scrollbars.

Reporter, are you still seeing the cursor problem?
still no caret on build 2001021304 win32.
I guess boris is right scrollbars won't appear if overflow is set to hidden.
Hello!

I agree with Fabian.

Bye,
Daniel
changing the component to 'Layout'.
Assignee: clayton → karnaze
Component: HTML Element → Layout
QA Contact: ian → petersen
Target Milestone: --- → mozilla0.8.1
Reassigning to Rods.
Assignee: karnaze → rods
Setting milestone to mozilla0.9
Target Milestone: mozilla0.8.1 → mozilla0.9
reassigning
Assignee: rods → beppe
there are a few errors in the file:
1. there is a nested textarea
2. there are mismatched start/end tags

try removing the nested textarea and ensure that the textarea has an end tag:
<textarea
  name=textarea 
  cols=32 
  rows=4  
  onChange=CheckLen(this) 
  onFocus=CheckLen(this) 
  onKeyDown=CheckLen(this) 
  onKeyUp=CheckLen(this) 
  style="OVERFLOW: hidden" 
  wrap=VIRTUAL>
</textarea>
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Marking verified per last comments.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.