Side navigation
#9709 closed bug (fixed)
Opened June 30, 2011 07:10AM UTC
Closed June 30, 2011 09:35AM UTC
jQuery1.6.1 shrink the background on opera
| Reported by: | lisunlin0@yahoo.com.cn | 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>
Attachments (0)
Change History (1)
Changed June 30, 2011 09:35AM UTC by comment:1
| component: | unfiled → misc |
|---|---|
| priority: | undecided → low |
| resolution: | → fixed |
| status: | new → closed |
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)