Closed
Bug 143258
Opened 23 years ago
Closed 23 years ago
cursor is misplaced for INPUT after switching display CSS property
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 107615
People
(Reporter: aha, Assigned: rods)
Details
(Keywords: testcase)
Attachments
(1 file)
4.40 KB,
text/html
|
Details |
Repro:
1. open attached testcase
2. click on 'New Item' text
Actual:
Content of 'New Item' box is shown, but cursor for all previously hidden input
boxes is misplaced. Unable to fill form correctly.
Expected:
Content of 'New Item' box is shown, cursor for form widgets is on right place.
2002050807/trunk/Win2K
Reporter | ||
Comment 1•23 years ago
|
||
![]() |
||
Comment 3•23 years ago
|
||
This is a fieldset reflow problem, most likely (replacing the fieldset with a
div should fix things)
Whiteboard: DUPEME
Reporter | ||
Comment 4•23 years ago
|
||
Boris: FIELDSET tag has special meaning in HTML structure and also different
visual presentation than DIV (I suppose that it's well know fact for you), so
this workaround isn't good for me.
Should be dupe of several bugs covered by your meta bug 121127. Could you choose
correct for duplicating?
<OT>List of fieldset bugs is pretty long. It makes impossible to use DHTML on
this tag.</OT>
Reporter | ||
Comment 5•23 years ago
|
||
Marking dupe of bug 107615.
*** This bug has been marked as a duplicate of 107615 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
![]() |
||
Comment 6•23 years ago
|
||
verified.... And yes, I know just using a div instead is not a good solution,
it was just something I suggested you try to verify that this is indeed a
fieldset problem...
And yes, our fieldset support sucks. :(
Status: RESOLVED → VERIFIED
Whiteboard: DUPEME
You need to log in
before you can comment on or make changes to this bug.
Description
•