Skip to main content

Bug Tracker

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 rwaldron comment:1

component: unfiledcss
owner: → pminetti@adinet.com.uy
status: newpending

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.

Changed November 21, 2011 04:09PM UTC by pminetti@adinet.com.uy comment:2

status: pendingnew

Hi,

I test againt jQuery (edge) an seems to work fine.

Changed November 21, 2011 04:15PM UTC by rwaldron comment:3

milestone: None1.7.1
priority: undecidedlow
resolution: → worksforme
status: newclosed