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

2009-04-03 Thread bjorn.frant...@gmail.com

I am developing a Firefox extension and after upgrading from jQuery
v1.2.6 to v1.3.2 I found that including jQuery in the XUL-file will
break other extensions that displays buttons on the toolbar, among
those is Adblock Plus.

I have not tried any versions between those mentioned so I do not know
in what version this happened.  If i revert to v1.2.6 everything is
OK.



[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:


http://www.mozilla.org/keymaster/
gatekeeper/there.is.only.xul">



So this is not caused by any code written bye me, but the inclusion of
jQuery.

Bjørn

On Apr 3, 4:38 pm, MorningZ  wrote:
> I would suggest to take a look at this great blog post
>
> http://www.learningjquery.com/2009/03/3-quick-steps-for-a-painless-up...
>
> 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 annoyance but anyways, maybe one of those 3 tips will help
> you fix your issue
>
> On Apr 3, 7:59 am, "bjorn.frant...@gmail.com"
>
>  wrote:
> > I am developing a Firefox extension and after upgrading from jQuery
> > v1.2.6 to v1.3.2 I found that including jQuery in the XUL-file will
> > break other extensions that displays buttons on the toolbar, among
> > those is Adblock Plus.
>
> > I have not tried any versions between those mentioned so I do not know
> > in what version this happened.  If i revert to v1.2.6 everything is
> > OK.