Closed
Bug 135678
Opened 23 years ago
Closed 21 years ago
[FILE INPUT] image aligned left next to file input makes it the same height
Categories
(Core :: Layout: Form Controls, defect, P3)
Core
Layout: Form Controls
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: M.Hankus, Assigned: john)
Details
Attachments
(3 files)
When there is an image aligned left (or right) and there is a file input next
to it, that control has the same height as image. Sample follows.
(maybe somehow related to 52500)
Expected results: Input should not stretch to the height of image
Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Seeing this on 0.9.9/OS X as well. Have not seen it in the "wild" though.
Screwing around with the test case I also see this with the following parameters
in the img tag:
align="right"
style="float:left;"
style="float:right;"
Also, it is happening both with and without a "strict" mode triggering doctype.
I'll attach one example (long XHTML Strict Doctype & float:right) in just a second.
Comment 3•23 years ago
|
||
Comment 4•23 years ago
|
||
confirming
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Hardware: PC → All
Updated•23 years ago
|
QA Contact: madhur → tpreston
Comment 6•22 years ago
|
||
This bug seems to occur with anything floated right, not just images. Here is
a test case modified by replacing the image with an empty DIV.
![]() |
||
Comment 7•21 years ago
|
||
This worksforme with a current build.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•