Closed
Bug 69294
Opened 24 years ago
Closed 24 years ago
Not speficifying image width, height tags screw up form input values
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: z-aillon.c-obsolete, Assigned: karnaze)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; 0.8) Gecko/20010215
BuildID: 2001021508
If you have a document in standard mode (with a valid parse tree), and display
an image at the top of the page WITHOUT USING HEIGHT AND WIDTH ATTRIBUTES, and
include a form input text with a default value, the value will be out of place.
Reproducible: Always
Steps to Reproduce:
1. Edit > preferences > advanced > cache. Compare the page in the cache to the
page on the network: EVERY TIME.
2. Visit http://www.returnvalue.com/mozillatest.php
3. If things look fine, reload the page. The second time it will display oddly.
Actual Results: The default value for the input tag is displayed above the
input text box.
Expected Results: The default value should be within the input text box.
![]() |
||
Comment 1•24 years ago
|
||
This is a consequence of a reflow bug that strands the input text -- "INPUT
control's value misplaced on reflow"
*** This bug has been marked as a duplicate of 55086 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•