Modify ↓
Ticket #9652 (closed bug: duplicate)
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: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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

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