Bug Tracker

Modify

Ticket #10842 (closed bug: worksforme)

Opened 18 months ago

Last modified 18 months ago

Version 1.7 break background color in opera 11.52

Reported by: pminetti@… Owned by: pminetti@…
Priority: low Milestone: 1.7.1
Component: css Version: 1.7
Keywords: Cc:
Blocking: Blocked by:

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

comment:1 Changed 18 months ago by rwaldron

  • Owner set to pminetti@…
  • Status changed from new to pending
  • Component changed from unfiled to css

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.

comment:2 Changed 18 months ago by pminetti@…

  • Status changed from pending to new

Hi,

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

comment:3 Changed 18 months ago by rwaldron

  • Priority changed from undecided to low
  • Status changed from new to closed
  • Resolution set to worksforme
  • Milestone changed from None to 1.7.1

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.