From mymir.org at googlemail.com Mon Mar 21 10:01:28 2011 From: mymir.org at googlemail.com (Vladislav Vorobiev) Date: Mon, 21 Mar 2011 10:01:28 +0100 Subject: [Kss-devel] kss and firefox 4 RC Message-ID: Hi, kss works with firefox4 rc? It works with beta version but not with firefox 4 rc. I get messages like Fehler: can't convert null to object Quelldatei: /base2-dom-fp.js Zeile: 2 Fehler: base2.DOM is undefined Quelldatei: /kukit.js Zeile: 181 Fehler: uncaught exception: [Exception... "Component returned failure code: 0x804b0002 (NS_BINDING_ABORTED) [nsIStreamListener.onDataAvailable]" nsresult: "0x804b0002 (NS_BINDING_ABORTED)" location: "JS frame :: chrome://yslow/content/yslow-firefox-net.js :: :: line 476" data: no] Fehler: kukit.rm is undefined Quelldatei: /kukit.js Zeile: 3 Any Ideas? -- Best Regards Vlad Vorobiev From mymir.org at googlemail.com Mon Mar 21 10:07:39 2011 From: mymir.org at googlemail.com (Vladislav Vorobiev) Date: Mon, 21 Mar 2011 10:07:39 +0100 Subject: [Kss-devel] kss and firefox 4 RC In-Reply-To: References: Message-ID: I found this: http://plone.293351.n2.nabble.com/Should-KSS-Kukit-run-on-Plone-4-td6049186.html But it's older. I upgraded my firefox from Beta 11 to 4.0~rc1-1 2011/3/21 Vladislav Vorobiev : > Hi, > > kss works with firefox4 rc? > > It works with beta version but not with firefox 4 rc. > > I get messages like > > Fehler: can't convert null to object > Quelldatei: /base2-dom-fp.js > Zeile: 2 > > Fehler: base2.DOM is undefined > Quelldatei: /kukit.js > Zeile: 181 > > Fehler: uncaught exception: [Exception... "Component returned failure > code: 0x804b0002 (NS_BINDING_ABORTED) > [nsIStreamListener.onDataAvailable]" ?nsresult: "0x804b0002 > (NS_BINDING_ABORTED)" ?location: "JS frame :: > chrome://yslow/content/yslow-firefox-net.js :: :: line > 476" ?data: no] > > Fehler: kukit.rm is undefined > Quelldatei: /kukit.js > Zeile: 3 > > Any Ideas? > > -- > Best Regards > Vlad Vorobiev > -- Best Regards Vlad Vorobiev From gotcha at bubblenet.be Mon Mar 21 11:15:21 2011 From: gotcha at bubblenet.be (Godefroid Chapelle) Date: Mon, 21 Mar 2011 11:15:21 +0100 Subject: [Kss-devel] kss and firefox 4 RC In-Reply-To: References: Message-ID: <4D872539.8070301@bubblenet.be> Le 21/03/11 10:07, Vladislav Vorobiev a ?crit : > I found this: > > http://plone.293351.n2.nabble.com/Should-KSS-Kukit-run-on-Plone-4-td6049186.html > > But it's older. I upgraded my firefox from Beta 11 to 4.0~rc1-1 > I have not tried Firefox 4 RC until now. Can you specify which version of KSS (and Plone?) you are looking at ? -- Godefroid Chapelle (aka __gotcha) http://bubblenet.be From mymir.org at googlemail.com Mon Mar 21 12:09:28 2011 From: mymir.org at googlemail.com (Vladislav Vorobiev) Date: Mon, 21 Mar 2011 12:09:28 +0100 Subject: [Kss-devel] kss and firefox 4 RC In-Reply-To: <4D872539.8070301@bubblenet.be> References: <4D872539.8070301@bubblenet.be> Message-ID: 2011/3/21 Godefroid Chapelle : > Le 21/03/11 10:07, Vladislav Vorobiev a ?crit : >> I found this: >> >> http://plone.293351.n2.nabble.com/Should-KSS-Kukit-run-on-Plone-4-td6049186.html >> >> But it's older. I upgraded my firefox from Beta 11 to 4.0~rc1-1 >> > > I have not tried Firefox 4 RC until now. Try it. It works with all Beta but not with RC. > Can you specify which version of KSS (and Plone?) you are looking at ? No Plone, Zope2 kss.core 1.6.1 http://pypi.python.org/pypi/kss.core/1.6.1 Vlad From gotcha at bubblenet.be Mon Mar 21 12:16:25 2011 From: gotcha at bubblenet.be (Godefroid Chapelle) Date: Mon, 21 Mar 2011 12:16:25 +0100 Subject: [Kss-devel] kss and firefox 4 RC In-Reply-To: References: <4D872539.8070301@bubblenet.be> Message-ID: <4D873389.1030505@bubblenet.be> Le 21/03/11 12:09, Vladislav Vorobiev a ?crit : > 2011/3/21 Godefroid Chapelle: >> > Le 21/03/11 10:07, Vladislav Vorobiev a ?crit : >>> >> I found this: >>> >> >>> >> http://plone.293351.n2.nabble.com/Should-KSS-Kukit-run-on-Plone-4-td6049186.html >>> >> >>> >> But it's older. I upgraded my firefox from Beta 11 to 4.0~rc1-1 >>> >> >> > >> > I have not tried Firefox 4 RC until now. > Try it. It works with all Beta but not with RC. > >> > Can you specify which version of KSS (and Plone?) you are looking at ? > No Plone, Zope2 > kss.core 1.6.1http://pypi.python.org/pypi/kss.core/1.6.1 > > Vlad I did not know there are KSS users outside Plone. I would not use base2 anymore. Plone 4 uses JQuery instead. You just need to include JQuery and the script below """ if (typeof cssQuery == 'undefined') { function cssQuery(s, f) { return jQuery.makeArray(jQuery(s, f)) }; }; """ before including kukit.js. Lemme know if it works for you. This way, I can make a new kss.core release that get rid of base2. -- Godefroid Chapelle (aka __gotcha) http://bubblenet.be From mymir.org at googlemail.com Thu Mar 24 04:00:58 2011 From: mymir.org at googlemail.com (Vladislav Vorobiev) Date: Thu, 24 Mar 2011 04:00:58 +0100 Subject: [Kss-devel] kss and firefox 4 RC In-Reply-To: References: <4D872539.8070301@bubblenet.be> <4D873389.1030505@bubblenet.be> Message-ID: Thank you, it works now. 2011/3/21 Vladislav Vorobiev : > 2011/3/21 Godefroid Chapelle : >> Le 21/03/11 12:09, Vladislav Vorobiev a ?crit : >>> 2011/3/21 Godefroid Chapelle: >>>> > ?Le 21/03/11 10:07, Vladislav Vorobiev a ?crit : >>>>> >> ?I found this: >>>>> >> >>>>> >> ?http://plone.293351.n2.nabble.com/Should-KSS-Kukit-run-on-Plone-4-td6049186.html >>>>> >> >>>>> >> ?But it's older. I upgraded my firefox from Beta 11 to 4.0~rc1-1 >>>>> >> >>>> > >>>> > ?I have not tried Firefox 4 RC until now. >>> Try it. It works with all Beta but not with RC. >>> >>>> > ?Can you specify which version of KSS (and Plone?) you are looking at ? >>> No Plone, Zope2 >>> kss.core 1.6.1http://pypi.python.org/pypi/kss.core/1.6.1 >>> >>> Vlad >> >> I did not know there are KSS users outside Plone. >> >> I would not use base2 anymore. >> >> Plone 4 uses JQuery instead. >> >> You just need to include JQuery and the script below >> >> """ >> >> if (typeof cssQuery == 'undefined') { >> ? ? function cssQuery(s, f) { return jQuery.makeArray(jQuery(s, f)) }; >> }; >> >> """ >> >> before including kukit.js. >> >> Lemme know if it works for you. >> >> This way, I can make a new kss.core release that get rid of base2. > > > > I send you in pm example url. > > http://admin.www.spnaladka.com/ > > I try later what you say. > -- Best Regards Vlad Vorobiev From crocodilek at gmail.com Wed Mar 30 12:15:01 2011 From: crocodilek at gmail.com (=?ISO-8859-2?Q?Maciej_Zi=EAba?=) Date: Wed, 30 Mar 2011 12:15:01 +0200 Subject: [Kss-devel] kss and firefox 4 RC Message-ID: Hi, I would also like to confirm that there are problems with Firefox 4 (final) when using base2. In a custom Zope 2 application, solution suggested by Godefroid Chapelle has worked fine for me as well :-) Best regards, Maciej Zi?ba -------------- next part -------------- An HTML attachment was scrubbed... URL: http://codespeak.net/pipermail/kss-devel/attachments/20110330/84097d07/attachment-0001.htm From mymir.org at googlemail.com Wed Mar 30 12:48:22 2011 From: mymir.org at googlemail.com (Vladislav Vorobiev) Date: Wed, 30 Mar 2011 12:48:22 +0200 Subject: [Kss-devel] kss and firefox 4 RC In-Reply-To: References: Message-ID: It seems you can't use jquery with base2. By using only JQuery have some problems with IE. I have no solution I report it a litle bit later. Are there some updated documentation for http://codespeak.net/svn/kukit/docs/introducing_kss/trunk/3-shipped-kss-plugins.txt ? Vlad 2011/3/30 Maciej Zi?ba : > Hi, > > I would also like to confirm that there are problems with Firefox 4 (final) > when using base2. > > In a custom Zope 2 application, solution suggested by Godefroid Chapelle has > worked fine for me as well :-) > > Best regards, > Maciej Zi?ba > > _______________________________________________ > Kss-devel mailing list > Kss-devel at codespeak.net > http://codespeak.net/mailman/listinfo/kss-devel > > -- Best Regards Vlad Vorobiev