[jQuery] Re: jQuery in Firefox extension is broken in v1.3.2

2009-05-17 Thread amanda apple
try a new tool bar i heard it was the tool bar link . On Sat, May 16, 2009 at 12:06 AM, Simon Chiang simon.a.chi...@gmail.comwrote: Hi, I've run into this issue as well. I made an example extension to illustrate what happens: http://gist.github.com/112562 The gist has instructions for

[jQuery] Re: jQuery in Firefox extension is broken in v1.3.2

2009-05-16 Thread Simon Chiang
Oh, as an FYI I just noticed someone has filed a ticket for this issue: http://dev.jquery.com/ticket/4443

[jQuery] Re: jQuery in Firefox extension is broken in v1.3.2

2009-05-16 Thread Simon Chiang
Hi, I've run into this issue as well. I made an example extension to illustrate what happens: http://gist.github.com/112562 The gist has instructions for how to set everything up... basically you download the extension and add a file to your firefox profile with the path to the extension

[jQuery] Re: jQuery in Firefox extension is broken in v1.3.2

2009-04-05 Thread Jeff Jones
What add-ons do you have installed in Firefox? And do you have a public page we can test with our Firefox clients? On Apr 4, 9:07 am, bjorn.frant...@gmail.com bjorn.frant...@gmail.com wrote: I've seen this post now, but I can's see my problem mentioned there. My extension breaks the toolbar

[jQuery] Re: jQuery in Firefox extension is broken in v1.3.2

2009-04-04 Thread bjorn.frant...@gmail.com
I've seen this post now, but I can's see my problem mentioned there. My extension breaks the toolbar in Firefox if I have remove all other scripts in the XUL and only leaves jQuery there, no other code at all: ?xml version=1.0? overlay id=NBU-overlay xmlns=http://www.mozilla.org/keymaster/

[jQuery] Re: jQuery in Firefox extension is broken in v1.3.2

2009-04-03 Thread MorningZ
I would suggest to take a look at this great blog post http://www.learningjquery.com/2009/03/3-quick-steps-for-a-painless-upgrade-to-jquery-13 see if any of those breaking changes applies to your code.. the :visible change really is a big one... the @ in the selector is more an