Closed
Bug 596205
Opened 14 years ago
Closed 14 years ago
Setting border-radius to the left of a select element hide the arrow
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 595842
People
(Reporter: D-Kalck, Unassigned)
References
Details
(Keywords: regression, testcase)
Attachments
(4 files)
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b6pre) Gecko/20100913 Firefox/4.0b6pre
Build Identifier: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b6pre) Gecko/20100913 Firefox/4.0b6pre
The arrow should only be hidden if the border-radius is set to the right
Reproducible: Always
Steps to Reproduce:
1. Set border-radius to 3px 0 0 3px to a select element (not multiple)
Actual Results:
The arrow of the select element is not displayed
Expected Results:
The arrow of the select element is displayed
Reporter | ||
Updated•14 years ago
|
Blocks: border-radius
Version: unspecified → Trunk
Reporter | ||
Updated•14 years ago
|
Keywords: regression
Comment 1•14 years ago
|
||
Darren, I can't reproduce this (on Mac, with native theming both on and off), but this might well be OS-specific due to native theme rendering. Can you please attach an HTML file that shows the problem for you?
Reporter | ||
Comment 2•14 years ago
|
||
The select is set with a border-radius and a border-color.
Comment 3•14 years ago
|
||
Martijn, Ria, do you see this on Windows? If so, can you or Darren narrow down when the problem appeared, perhaps.
Comment 4•14 years ago
|
||
I see this on Windows 7 too (latest trunk). I dont have any time to look for a regression window, but it works in beta 5 though.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•14 years ago
|
Keywords: regressionwindow-wanted
Comment 5•14 years ago
|
||
I can't reproduce with the 'dirty testcase'. This is the screenshot of what I'm seeing.
This is tested with today's (20100914) trunk build.
I also tested with the old win95, I can't reproduce it in there, either.
Comment 6•14 years ago
|
||
Martijn, is the "can't reproduce" on Windows 7?
Comment 7•14 years ago
|
||
Yes.
Comment 8•14 years ago
|
||
Build ID: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b7pre) Gecko/20100914 Firefox/4.0b7pre
I enabled HA and the arrow is now visible. Turning off HA and it goes away.
Comment 9•14 years ago
|
||
Uh.... really? A correctness bug _fixed_ by hardware acceleration being on? ;)
Reporter | ||
Comment 10•14 years ago
|
||
Here is a screenshot showing the arrow with hardware acceleration on a 7800GT graphic card.
Reporter | ||
Comment 11•14 years ago
|
||
Reporter | ||
Comment 12•14 years ago
|
||
Updated•14 years ago
|
Keywords: regressionwindow-wanted → testcase
Comment 13•14 years ago
|
||
That's the range in which we switched from -moz-border-radius to border-radius as the property name. If you use -moz-border-radius, does the problem appear in older builds.
Updated•14 years ago
|
blocking2.0: --- → ?
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Updated•14 years ago
|
blocking2.0: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•