Closed
Bug 62835
Opened 25 years ago
Closed 25 years ago
Missing cursor w/ input type="text" value="" onFocus=this.select();
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
mozilla1.0
People
(Reporter: trhaverstock, Assigned: saari)
References
()
Details
Attachments
(1 file)
|
124 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
BuildID: 20001205
The following code which my servlet generates:
<input type="text" name="Foo" value="" onFocus="this.select();">
yields a missing cursor when you attempt to focus on that text box with the
mouse. If the value in not empty, there is no problem. The above code works
fine in NS4.X and IE4.X & 5.X.
Reproducible: Always
Steps to Reproduce:
1. Use above code example and attempt to focus on the text input with the
mouse. You will not see a cursor but are able to type in text.
Actual Results: No cursor visible.
Expected Results: Cursor should be visible.
Comment 2•25 years ago
|
||
I can see the problem with a linux build as well. Setting OS -> all and status
to new.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
Comment 3•25 years ago
|
||
Correct, you need to click twice to get a cursor in this one. Using build
2000121104 on WinNT4 Sp6b
Updated•25 years ago
|
Blocks: focusblink
I cant reproduce this one, it actually seems to work fine for me (on 1-16-2001
build). Still, I'll reassing it to Saari for his evaluation.
Saari, this looks like another one of those event/focus bugs with text fields
(like 39999, 53579, 54936, 58361, etc...) I believe this is yours. But I will
help in anyway I can if you need it.
anthonyd
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: mozilla0.9 → mozilla1.0
Comment 7•25 years ago
|
||
Cant see the bug in Windows 98 build 2001-02-06-04-Mtrunk
Marking Worksforme
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Verified Build 2001082703 os:win98,Linux7.1,winNT
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•