Skip to main content

Search and Top Navigation

#8520 closed bug (patcheswelcome)

Opened August 24, 2012 05:50PM UTC

Closed August 24, 2012 06:16PM UTC

jQuery UI 1.8.17 and later with konqueror disables styles

Reported by: Hoth Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.core Version: 1.8.23
Keywords: Cc:
Blocked by: Blocking:
Description

When browsing with konqueror (tested konqueror 4.5.3 and 4.8.4 on mepis and kubuntu respectively), including the jquery ui script tag on a page makes stylesheets on that page stop rendering. I originally noticed this with jquery ui 1.8.23, then tested previous versions and found that jquery ui 1.8.17 is the version that broke it -- versions prior to that show the correct styling, all the versions since then don't.

Here's a simple test page that illustrates the problem:

<!DOCTYPE html>

<html>

<head>

<title>Test</title>

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

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

<style type="text/css">

BODY

{

background-color: #00ff00;

}

</style>

</head>

<body></body>

</html>

In other browsers, the background of this page is green. In konqueror, the background is white unless you replace 1.8.23 with 1.8.16 at which point it becomes green.

Attachments (0)
Change History (2)

Changed August 24, 2012 05:59PM UTC by Hoth comment:1

Actually on further experimenting I see it's the combination of jQuery 1.8 with jQuery UI > 1.8.17 that breaks it. If I swap jQuery 1.8 for jQuery 1.7.1 then all jquery ui versions work. So this is a problem for jquery ui supporting jquery 1.8 in konqueror.

Changed August 24, 2012 06:16PM UTC by scottgonzalez comment:2

resolution: → patcheswelcome
status: newclosed

We don't test against Konqueror. Feel free to send a patch if you want to track this down.