[Webkit-unassigned] [Bug 13834] New: Checkboxes and radio buttons don't see CSS backgroung color
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 22 18:39:42 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13834
Summary: Checkboxes and radio buttons don't see CSS backgroung
color
Product: WebKit
Version: 522+ (nightly)
Platform: Macintosh
URL: http://www.joomlapolis.com/component/option,com_comprofi
ler/task,registers/
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: Minor
Priority: P4
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: brunner at lightning.ch
Logging separate bug as requested:
related to same page as http://bugs.webkit.org/show_bug.cgi?id=13802 :
A small detail on the same code and page: it looks like radio buttons and
checkboxes (you can see that behavior on the same page in URL in "spoken
languages" after clicking on register without filling-in anything) are not
taking in account the background color (red), as some other browsers do. Opera
9's behavior seems the correct one.
This bug is consistant between pure html below, and javascript setting as in
URL, of the background
Test html code here as requested:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<form>
<input type="radio" style="background:red;" name="test" />test radio<br />
<input type="checkbox" style="background:red;" name="test" />test radio<br />
<input type="radio" style="background-color:red;" name="test" />test radio<br
/>
<input type="checkbox" style="background-color:red;" name="test" />test
radio<br />
<input type="radio" style="background:red;width:40px;height:40px;" name="test"
/>test radio<br />
<input type="checkbox" style="background:red;width:40px;height:40px;"
name="test" />test radio<br />
</form>
</body>
</html>
(wow, thanks: cool for already fixing the previous one. I actually checked and
wow all the bugs i previously reported through the safari feedback form seem
fixed).
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list