Open
Bug 541916
Opened 16 years ago
Updated 3 years ago
Trying to load jquery in a xul:wizard breaks
Categories
(Toolkit :: UI Widgets, defect)
Toolkit
UI Widgets
Tracking
()
NEW
People
(Reporter: axel, Unassigned)
Details
I tried loading jquery into a xul wizard page, and that breaks the wizard.
I have no idea why, just silently the buttons stop working.
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<wizard id="yourwindow" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<wizardpage value="Put your XUL here!"/>
</wizard>
is a test snippet, just making the jquery script url a 404 makes the wizard buttons look right again.
| Reporter | ||
Comment 1•16 years ago
|
||
PS: It works if I load the jquery.js via the subscriptloaded in an onload handler of the wizard.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•