Bug 124283
| Summary: | input type radio disappear using -webkit-appearance: none | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nicolas H. <dante3333> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | zcorpan |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://codepen.io/nico3333fr/pen/LlxAG | ||
Nicolas H.
Hi,
I don't know if it is a bug or a mistake I made, if you apply -webkit-appearance: none; on a radio button, it disappears.
Tested and reproductible on last Chrome release on Windows on this link : http://codepen.io/nico3333fr/pen/LlxAG
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Simon Pieters (:zcorpan)
I think it doesn't disappear, it just has the dimensions 0x0 in your test. If you set dimensions and a background, it's visible.
Close bug?
Nicolas H.
I've edited the pen adding a width/height, and you're right, it seems that it works anyway.