Closed
Bug 151160
Opened 23 years ago
Closed 21 years ago
Option alignment loose and open select box visibility
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: oshpack, Assigned: rods)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
964 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530
BuildID: 2002053012
When select box is alignied by right page side, an his "width" property applied,
his options list not affected by alignment while opened, which causes it not to
fit on screen
Reproducible: Always
Steps to Reproduce:
Click to dropdown button on the test page to first and last selectbox
Actual Results: Options at a second select box loose text-align property, when
width property applied.
Opened list is not fit on screen, when box is right aligned on page.
Expected Results: Options must not loose text-align property, when style width
applied.
Dropdown list must be always visible.
Reporter | ||
Updated•22 years ago
|
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616
The second dropdownbox goes offscreen for me too
Comment 2•21 years ago
|
||
Comment 3•21 years ago
|
||
When you set specify a 'width' that the cpntent does not fit within you will
create overflow and overflow is completely ignored when it comes to
placement of boxes. So the SELECT is placed correctly and it should not move
when its dropdown menu is activated.
You can try to compensate with 'margin-right' to get what you want.
-> INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Keywords: testcase
OS: Windows 2000 → All
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•