Skip to main content

Bug Tracker

Side navigation

#4303 closed bug (invalid)

Opened March 05, 2009 11:00PM UTC

Closed October 03, 2010 02:52AM UTC

Last modified March 14, 2012 02:07PM UTC

including jquery in firefox extension XUL overlay causes overlay to stop loading

Reported by: jdollard Owned by:
Priority: major Milestone: 1.4
Component: core Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

When I include the jquery library in my firefox extension XUL overlay the overlay doesn't load, along with all extensions after it. I don't get any errors from firefox to help debug this.

I am using the latest stable version of firefox (3.0.7)

This problem didn't happen with jquery version 1.2.6

I have tried this in the latest jquery from subversion and the problem is still occurring

Attachments (0)
Change History (5)

Changed October 03, 2010 02:43AM UTC by dmethvin comment:1

resolution: → fixed
status: newclosed

Too vague and no test case, possibly a dup of #3555 or #4352.

Changed October 03, 2010 02:52AM UTC by dmethvin comment:2

resolution: fixed
status: closedreopened

Changed October 03, 2010 02:52AM UTC by dmethvin comment:3

resolution: → invalid
status: reopenedclosed

Changed November 11, 2010 04:13PM UTC by Becker comment:4

Repro:

In firefox(3.6.12) install LastPass addon. This adds an icon to the toolbar.

Create a new firefox extension

In the extension's overlay code added in. Does not matter where in the overlay tag.

<script src="chrome://extension/content/jquery-1.4.2.min.js"/>

Install your extension

The last pass icon in the toolbar goes away.

Changed November 24, 2010 03:54PM UTC by anonymous comment:5

Replying to [comment:4 Becker]:

Repro: In firefox(3.6.12) install LastPass addon. This adds an icon to the toolbar. Create a new firefox extension In the extension's overlay code added in. Does not matter where in the overlay tag. <script src="chrome://extension/content/jquery-1.4.2.min.js"/> Install your extension The last pass icon in the toolbar goes away.

This tracks the issue and has a work around in firefox.

https://gist.github.com/112562