Side navigation
#10842 closed bug (worksforme)
Opened November 21, 2011 01:52PM UTC
Closed November 21, 2011 04:15PM UTC
Version 1.7 break background color in opera 11.52
Reported by: | pminetti@adinet.com.uy | Owned by: | pminetti@adinet.com.uy |
---|---|---|---|
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>
Attachments (0)
Change History (3)
Changed November 21, 2011 03:32PM UTC by comment:1
component: | unfiled → css |
---|---|
owner: | → pminetti@adinet.com.uy |
status: | new → pending |
Changed November 21, 2011 04:09PM UTC by comment:2
status: | pending → new |
---|
Hi,
I test againt jQuery (edge) an seems to work fine.
Changed November 21, 2011 04:15PM UTC by comment:3
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.