Opened 12 years ago
Closed 12 years ago
#9709 closed bug (fixed)
jQuery1.6.1 shrink the background on opera
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | misc | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (1)
comment:1 Changed 12 years ago by
Component: | unfiled → misc |
---|---|
Priority: | undecided → low |
Resolution: | → fixed |
Status: | new → closed |
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)