Opened 11 years ago
Closed 11 years ago
#10842 closed bug (worksforme)
Version 1.7 break background color in opera 11.52
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.7.1 |
Component: | css | Version: | 1.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
please try these in opera 11.52
<!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.01 TransitionalEN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head>
<meta name="GENERATOR" content="NetBeans IDE"> <script language="javascript" type="text/javascript" src="jquery-1.4.2.min.js"></script>
</head> <body style="background-color: red;"> </body>
and then try these
<!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.01 TransitionalEN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head>
<meta name="GENERATOR" content="NetBeans IDE"> <script language="javascript" type="text/javascript" src="jquery-1.7.min.js"></script>
</head> <body style="background-color: red;"> </body>
Change History (3)
comment:1 Changed 11 years ago by
Component: | unfiled → css |
---|---|
Owner: | set to [email protected]… |
Status: | new → pending |
comment:2 Changed 11 years ago by
Status: | pending → new |
---|
Hi,
I test againt jQuery (edge) an seems to work fine.
comment:3 Changed 11 years ago by
Milestone: | None → 1.7.1 |
---|---|
Priority: | undecided → low |
Resolution: | → worksforme |
Status: | new → closed |
Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket!
Additionally, be sure to test against the "jQuery (edge)" version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/ Open the link and click to "Fork" (in the top menu) to get started.