Closed
Bug 75382
Opened 24 years ago
Closed 24 years ago
FONT causes form elements to behave improperly
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
VERIFIED
FIXED
mozilla0.9.3
People
(Reporter: megabyte, Assigned: rods)
References
Details
Attachments
(2 files)
When FONT surrounds FORM, followed by SCRIPT, and focus is called, Mozilla puts
the cursor in whitespace. When typing begins, the cursor positions itself
correctly, but the whitespace remains. The problem disappears when FONT is
removed or closed before SCRIPT.
Build ID: 2001040904
Attaching testcase..
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Confirmed. I see this on build 2001040904 WinNT. After you load the testcase,
you can't click into the field to position the cursor correctly. You have to
start typing to get the cursor to jump to the field.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•24 years ago
|
||
![]() |
||
Comment 4•24 years ago
|
||
over to layout. This is not engine
Assignee: rogerl → karnaze
Component: Javascript Engine → Layout
QA Contact: pschwartau → petersen
Comment 5•24 years ago
|
||
Note that it isn't a JavaScript problem. Disable JavaScript and try to click in
the field. You'll see the same misplaced cursor. It seems to occur anytime font
surrounds an input element. This problem is gaining duplicates, such as bug
75368 and bug 75080.
Reporter | ||
Comment 6•24 years ago
|
||
changing description
Summary: FONT causes javascript.focus() to behave improperly → FONT causes form elements to behave improperly
Comment 8•24 years ago
|
||
hello I tried wihch Aaron Kaluszka gave, this is real source of problem with
bug# 75080.
Comment 10•24 years ago
|
||
*** Bug 76017 has been marked as a duplicate of this bug. ***
Comment 11•24 years ago
|
||
Reassigning to module owner.
Assignee: karnaze → rods
QA Contact: petersen → vladimire
Comment 12•24 years ago
|
||
It seems that 2001042304/Win2k works correctly.
Updated•24 years ago
|
Target Milestone: --- → mozilla0.9.3
Reporter | ||
Comment 13•24 years ago
|
||
Verifying fixed on Build 20010522/WinXP
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•