Open
Bug 621684
Opened 14 years ago
Updated 3 years ago
SELECT & OPTION with a defined width & overflow-y:hidden causes bad rendering under Windows XP
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: ogirtd, Unassigned)
Details
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Build Identifier:
When styling a SELECT and a OPTION tags with a width and hiding the y overflow, there are horizontal scrollbar for each OPTION that's overflowing its SELECT width.
This behavior exists in 3.6.x & 4.0nightly, and doesn't occur under Windows.
Reproducible: Always
Comment 2•14 years ago
|
||
(In reply to comment #0)
> doesn't occur under Windows.
Can you please explain how it should be styled? (i.e., attach a screenshot of the right behavior under Windows).
![]() |
||
Comment 3•14 years ago
|
||
So what's the problem, exactly? The rendering is exactly what I would expect given those styles for a <div>, right? The fact that you don't see it on Windows is the only odd thing here; it should be happening everywhere.
For some reason, I'm unable to reproduce this in another XP. But on my computer I'm able to reproduce this in 3 different profiles, including on a clean profile using nightly build.
Attached is the screenshot of what I'm seeing under the "problematic" XP.
Comment 5•14 years ago
|
||
I guess the issue is on under Linux but Windows XP then. Though, that's weird you can't reproduce than on other Windows XP.
OS: Linux → Windows XP
Summary: SELECT & OPTION with a defined width & overflow-y:hidden causes bad rendering under Linux → SELECT & OPTION with a defined width & overflow-y:hidden causes bad rendering under Windows XP
Version: unspecified → Trunk
I see this same issue under Windows Server 2008 R2 with the classic Windows theme and I've seen it on Windows 7 with the standard theme.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•