Closed
Bug 751074
Opened 14 years ago
Closed 14 years ago
Input dimensions set by position: absolute; are not honored
Categories
(Core :: Layout: Positioned, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 410146
People
(Reporter: dan.eden, Unassigned)
References
()
Details
Attachments
(1 file)
|
292 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3
Steps to reproduce:
1. Create a parent element with position: relative; and a child input element with position: absolute;
2. Give the parent element a set width & height
3. Set the child input element's width/height using top, right, bottom & left values
Actual results:
The top, left and bottom values are honored, but the right value seems to be ignored
Expected results:
The dimensions of the input stretch to fill the parent according to the top, right, bottom & left values.
Attachment #620229 -
Attachment mime type: text/plain → text/html
Component: Untriaged → Layout: Form Controls
Product: Firefox → Core
Comment 1•14 years ago
|
||
dupe Bug 416634, Bug 307102 ?
Updated•14 years ago
|
Component: Layout: Form Controls → Layout: R & A Pos
QA Contact: untriaged → layout.r-and-a-pos
Comment 2•14 years ago
|
||
Yes. Our behavior is what the spec calls for. Note that WebKit gets this wrong; see https://bugs.webkit.org/show_bug.cgi?id=81863
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•