Opened 9 years ago
Closed 9 years ago
#14523 closed defect (wontfix)
CheckBox: Chrome is using -webkit-appearance on checkboxes and radio buttons
Reported by: | dylan | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit - Form | Version: | 1.7.1 |
Keywords: | Chrome17 | Cc: | |
Blocked By: | Blocking: |
Description
Using Google Chrome Canary (more recent than Chrome 16), with the Dijit theme tester, Dijit checkboxes and radio buttons (and perhaps other controls) use the native styling.
Overriding with -webkit-appearance: none on the appropriate rules brings back Dijit's styling.
Documentation for -webkit-appearance is at http://developer.apple.com/library/safari/documentation/appleapplications/reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_appearance
There's also a -moz-appearance that may prove useful in the future.
Change History (6)
comment:1 Changed 9 years ago by
Component: | General → Dijit - LnF |
---|
comment:2 Changed 9 years ago by
Owner: | set to bill |
---|
comment:3 Changed 9 years ago by
comment:4 Changed 9 years ago by
BTW, a decent way to figure out what styles need to be applied before theme gets applied can also be checked on Chrome's own internal preferences page that you can debug in web inspector. They use a lot of native controls but theme'd out.
comment:5 Changed 9 years ago by
Component: | Dijit - LnF → Dijit - Form |
---|---|
Owner: | changed from bill to Douglas Hays |
Summary: | Chrome is using -webkit-appearance on checkboxes and radio buttons → CheckBox: Chrome is using -webkit-appearance on checkboxes and radio buttons |
comment:6 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I tried test_CheckBox.html with Chrome 17 and it renders fine. I don't think it's worth trying to fix problems with nightly builds.
Unsure if related, but also see http://code.google.com/p/chromium/issues/detail?id=104922