Closed
Bug 45652
Opened 25 years ago
Closed 25 years ago
calling textfield.focus() draws caret outside of textfield
Categories
(Core :: Layout: Form Controls, defect, P3)
Core
Layout: Form Controls
Tracking
()
M18
People
(Reporter: taras.tielkes, Assigned: mjudge)
References
Details
(Whiteboard: [nsbeta3+])
Attachments
(1 file)
585 bytes,
text/html
|
Details |
Calling the DOM focus method on a textfield that has a fixed CSS width results
in a cursor appearing outside of the textfield control.
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
Also seen on Linux, changing plaf/OS to All/All.
OS: Windows NT → All
Hardware: PC → All
Updated•25 years ago
|
Summary: calling textfield.focus() draws cursor outside of textfield → calling textfield.focus() draws caret outside of textfield
yeah know about this one. caret is NOt being clipped. need to scroll caret into
view on form fields on focus as well as figure out what to do about not drawing
caret outside of clip view of ender-lite.
Status: NEW → ASSIGNED
Comment 6•25 years ago
|
||
Is this the same as 45881?
Updated•25 years ago
|
Whiteboard: nsbeta3+ → [nsbeta3+]
Comment 9•25 years ago
|
||
*** This bug has been marked as a duplicate of 45881 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 10•24 years ago
|
||
Marking VERIFIED DUPLICATE on:
- LinuxRH62 2000-09-13-08-M18 Commercial
- Win98 2000-09-13-08-M18 Mozilla
- MacOS86 2000-09-13-04-M18 Commercial
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•