#9652 closed bug (duplicate)
jquery 1.6 breaking background image on html element
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | support | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (5)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Component: | unfiled → support |
---|---|
Priority: | undecided → low |
Resolution: | → duplicate |
Status: | new → closed |
comment:4 Changed 12 years ago by
I think its different from the bug #9239 as I am playing with html element.
comment:5 Changed 12 years ago by
Both the html and body element were affected. It is fixed in 1.6.2.
Checkotu the test case at http://jsfiddle.net/WcdZS/