Closed
Bug 1094660
Opened 11 years ago
Closed 11 years ago
Not visible full value in list
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 883895
People
(Reporter: dimm-man, Unassigned)
Details
Attachments
(1 file)
|
202.81 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
Build ID: 20141027150301
Steps to reproduce:
The browser in full screen mode. List (form element with type = combobox) with long values located at the far right of the browser window.
Actual results:
The list should be displaced slightly to the left and be visible all the values in the list.
Expected results:
Values of list window cut off at the border of the monitor and can not see them.
Comment 1•11 years ago
|
||
Please provide steps to reproduce - in this case a link to that page which shows the problem.
Flags: needinfo?(dimm-man)
Keywords: testcase-wanted
Open your browser to full screen.
Visit the
https://bugzilla.mozilla.org/page.cgi?id=productdashboard.html
Through any inspector (embedded or Firebug), set the following css styles:
select[name="product"] {
width: 90px;
float: right !important;
}
Flags: needinfo?(dimm-man)
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•10 years ago
|
Keywords: testcase-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•