Closed Bug 1308330 Opened 8 years ago Closed 8 years ago

High Contrast Mode black - Select element with border-radius:0; causes white background

Categories

(Firefox :: Theme, defect)

52 Branch
x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 825578

People

(Reporter: rbdevtex, Unassigned)

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
Build ID: 20160905130425

Steps to reproduce:

Create a <select disabled="disabled"> element with options within it.

        <select disabled="disabled">
            <option value="Option 1">Disabled Select element</option>
            <option value="Option 2">Option 2</option>
        </select>

With CSS apply border-radius:0; to the Select element.

<style>
select { border-radius: 0; }
</style>




Actual results:

In Windows High Contrast Mode black theme the Select element gets a white background when border-radius:0; is applied. This makes it difficult to see the bright colored text on the white. 


Expected results:

The background color of the select element should remain black even if border-radius:0;.
Component: Untriaged → Disability Access
OS: Unspecified → Windows 7
Hardware: Unspecified → x86_64
Gijs, is this theming or a layout bug?
Component: Disability Access → Theme
Flags: needinfo?(gijskruitbosch+bugs)
(In reply to Marco Zehe (:MarcoZ) from comment #1)
> Gijs, is this theming or a layout bug?

This is a layout bug. It's a duplicate of 825578, which applies to <input> as well as <select>.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Flags: needinfo?(gijskruitbosch+bugs)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: