[Webkit-unassigned] [Bug 65843] New: can't apply css style to radio buttons
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 8 00:27:41 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65843
Summary: can't apply css style to radio buttons
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: zhangyoufu at gmail.com
It seems that radio buttons are not rendered by Webkit, causing some css style can't be applied to them.
For Example:
<input type="radio" style="border: 1px #A7C0D7 none;"></input>
Such a radio button can't be rendered in Webkit, but rendered properly in IE.
If the radio button doesn't have css style, then IE will simply use the radio button provided by operating system.
But if it has, then IE will draw it by hand.
Maybe the same scheme could be applied to Webkit.
I havn't test it under linux or mac. If I am wrong, please notify me.
Best wishes
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list