Bug Tracker

Modify

Ticket #9709 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

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

comment:1 Changed 2 years ago by addyosmani

  • Priority changed from undecided to low
  • Resolution set to fixed
  • Status changed from new to closed
  • Component changed from unfiled to misc

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)

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.