Bug Tracker

Modify

Ticket #9242 (closed bug: duplicate)

Opened 2 years ago

Last modified 2 years ago

Opera 11.10 Build 2092 and background reset on HTML element.

Reported by: velocd@… Owned by:
Priority: high Milestone: 1.next
Component: support Version: 1.6rc1
Keywords: Cc:
Blocking: Blocked by:

Description

The latest jQuery resets any background CSS applied to the HTML element for Opera (latest version).

e.g.

<html style="background-color: red"> <head></head> <body style="height: 500px; width: 500px"> <div>Test</div> <script type="text/javascript" src=" http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script> </body> </html>

However, if jQuery is loaded before the body, such as in the head, the problem doesn't exist.

No other non-Opera browser seems to do this, and no other jQuery version. (Windows 7 64-bit)

Change History

comment:1 Changed 2 years ago by timmywil

  • Priority changed from undecided to high
  • Resolution set to duplicate
  • Status changed from new to closed
  • Component changed from unfiled to support

comment:2 Changed 2 years ago by timmywil

Duplicate of #9239.

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.