Closed
Bug 82532
Opened 24 years ago
Closed 24 years ago
<input type="image"> rendered wrong
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: jtl, Assigned: karnaze)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
501 bytes,
text/html
|
Details |
BuildID: 2001052321, but seen with quite all builds and NS6.0
Steps to produce problem:
Go to above url, and resize window horizontally. The "checkDomain" button
shouldalways line up vertically with the right edge of the table above.
Reproducible: Most of the time, but it seems to be a race.
Actual Results: the button is redered in the wrong horizontal position.
Expected Results: it should always line up correctly, on the first and any
further relayout
I see a lot of problems of this type.
https://oneandone.co.uk/xml/ptxml?__page=besttarif often leads to overlapping
images over table borders. It seems that it's a race in the layout process.
Maybe it has something to do with the fact that there are no width and height
given for <input type="image"> submit buttons, so maybe layout isn't fast enough
to get the intrinsic width of those.
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Confirming bug, build 2001-05-23-20 on Windows 98 SE.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: testcase
OS: Linux → All
Summary: <input type="image"> rendered wrong → <input type="image"> rendered wrong
Reporter | ||
Comment 3•24 years ago
|
||
perfect testcase, thank you Mats!
Reporter | ||
Comment 4•24 years ago
|
||
I just wanted to add that https://oneandone.co.uk/xml/ptxml?__page=besttarif
no longer shows the problem as it doesn't use <input type="image"> anymore :-(
Please refer to the testcase attached to this bug.
Updated•24 years ago
|
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•