Bug Tracker

Modify

Ticket #9652 (closed bug: duplicate)

Opened 2 years ago

Last modified 2 years ago

jquery 1.6 breaking background image on html element

Reported by: najamsk@… Owned by:
Priority: low Milestone: 1.next
Component: support Version: 1.6.1
Keywords: Cc:
Blocking: Blocked by:

Description

If I am including latest jQuery 1.6 build in the end of markup just before body element the background image applied to html element is not showing in opera if you go full screen background will appear and stay there until you refresh the page. If i include jquery 1.5 everything works fine in opera.

/*/

Buggy version in opera

/*/

<script src="ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.js"></script>

<script>window.jQuery
document.write("<script src='assets/js/libs/jquery-1.6.1.min.js'>\x3C/script>")</script>

/*/

Working version in opera

/*/

<script src="ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script>

<script>window.jQuery
document.write("<script src='assets/js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script>

Change History

comment:1 Changed 2 years ago by najamsk@…

Checkotu the test case at  http://jsfiddle.net/WcdZS/

comment:2 Changed 2 years ago by addyosmani

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

comment:3 Changed 2 years ago by addyosmani

Duplicate of #9239.

comment:4 Changed 2 years ago by najamsk@…

I think its different from the bug #9239 as I am playing with html element.

comment:5 Changed 2 years ago by timmywil

Both the html and body element were affected. It is fixed in 1.6.2.

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.