Skip to main content

Bug Tracker

Side navigation

#9242 closed bug (duplicate)

Opened May 11, 2011 06:50PM UTC

Closed May 12, 2011 04:21PM UTC

Last modified May 12, 2011 04:21PM UTC

Opera 11.10 Build 2092 and background reset on HTML element.

Reported by: velocd@gmail.com Owned by:
Priority: high Milestone: 1.next
Component: support Version: 1.6rc1
Keywords: Cc:
Blocked by: Blocking:
Description

The latest jQuery resets any background CSS applied to the HTML element for Opera (latest version).

e.g.

<html style="background-color: red">

<head></head>

<body style="height: 500px; width: 500px">

<div>Test</div>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>

</body>

</html>

However, if jQuery is loaded before the body, such as in the head, the problem doesn't exist.

No other non-Opera browser seems to do this, and no other jQuery version. (Windows 7 64-bit)

Attachments (0)
Change History (2)

Changed May 12, 2011 04:21PM UTC by timmywil comment:1

component: unfiledsupport
priority: undecidedhigh
resolution: → duplicate
status: newclosed

Changed May 12, 2011 04:21PM UTC by timmywil comment:2

Duplicate of #9239.