Closed
Bug 1013692
Opened 12 years ago
Closed 11 years ago
in-content preferences: rendering issue radio buttons
Categories
(Firefox :: Settings UI, defect)
Tracking
()
VERIFIED
FIXED
Firefox 37
| Tracking | Status | |
|---|---|---|
| firefox37 | --- | verified |
People
(Reporter: soeren.hentzschel, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Please see the attached screenshot. The inner circle looks really awful, it's something but not round.
Comment 1•12 years ago
|
||
I don't see this issue on Nightly 05-29-2014. Can you please retest and reopen if you can still reproduce it?
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 2•12 years ago
|
||
I still see the issue (Nightly from 2014-05-30).
| Reporter | ||
Updated•12 years ago
|
Status: RESOLVED → REOPENED
Ever confirmed: true
Resolution: WORKSFORME → ---
Comment 3•12 years ago
|
||
Ok, this is an issue with the radial-gradient rendering that we use here. This is the property at fault here:
background-image: radial-gradient(circle, rgb(23,146,229), rgb(76,177,255) 5.5px,
rgba(76,177,255,0.2) 6px, transparent 6px);
Benoit, would you be able to help out here or redirect to someone who may know more information about this?
Flags: needinfo?(bjacob)
Comment 4•12 years ago
|
||
You need someone who knows 2D content drawing. Trying :jrmuizel.
Flags: needinfo?(bjacob) → needinfo?(jmuizelaar)
Comment 5•12 years ago
|
||
Can you post some html that reproduces the problem? Also what platform is this on?
Flags: needinfo?(jmuizelaar)
Comment 6•12 years ago
|
||
Jeff, I believe Soren is running OSX HiDPI.
Here is HTML that should reproduce the issue:
data:text/html,<div style="background-image: radial-gradient(circle, rgb(23,146,229), rgb(76,177,255) 5.5px,rgba(76,177,255,0.2) 6px, transparent 6px);height:200px;width:200px;"/>
| Reporter | ||
Comment 7•12 years ago
|
||
(In reply to Jared Wein [:jaws] (please needinfo? me) from comment #6)
> Jeff, I believe Soren is running OSX HiDPI.
Correct.
Updated•11 years ago
|
Status: REOPENED → RESOLVED
Closed: 12 years ago → 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → Firefox 37
Comment 9•11 years ago
|
||
Verified Fixed using a HiDPI MacBook Pro running OS X 10.9.5 (latest Nightly 37.0a1, buildID: 20141214030205).
Status: RESOLVED → VERIFIED
status-firefox37:
--- → verified
You need to log in
before you can comment on or make changes to this bug.
Description
•