Modify ↓
Ticket #9709 (closed bug: fixed)
jQuery1.6.1 shrink the background on opera
| Reported by: | lisunlin0@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | misc | Version: | 1.6.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Follow page's background will shrink with jQuery1.6.1 on opera(11.50), it's OK while jQuery1.5.2.
<html>
<head>
<style>
body { background:#FFEEAA; }
</style>
</head>
<body>
<script language="javascript" src="/scripts/jquery1.6.js"></script>
hello, <br /> world! <br />
</body>
</html>
Change History
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.

Thanks for submitting a ticket to the jQuery project! This issue has already been fixed and will land in jQuery 1.6.2.
Your code on jsFiddle: http://jsfiddle.net/6Emfe/1/show/ (error reproduced with jQuery 1.6.1) Your code using jQuery 1.6.2 (edge) http://jsfiddle.net/6Emfe/2/ (works fine in Opera 11.50)