|
|
|
|
Ronald-AMS
()
|
|
||||||||||||
|
I'm working with Plone 3.3 and Kupu 1.4.15 which I installed using Linux' zc.buildout. With this configuration, the out-of-the-box image upload functionality of Kupu fails. When I browse an image, fill a title and press the Ok button, nothing happens (even the popup doesn't disappear)
I've another Plone site running which I installed using the Plone Windows installer. This has Kupu version 1.4.12.1 and uploading images works fine there (in the same browser). Is this a known issue zc.buildout and the versions I listed? Or how can I effectively debug Kupu to find out the cause? Thanks for your help! Regards, Ronald ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Plone-Users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/plone-users |
||||||||||||||
|
|
Duncan Booth
()
|
|
||||||||||||
|
Ronald Izaks <[hidden email]>
wrote: > I'm working with Plone 3.3 and Kupu 1.4.15 which I installed using > Linux' zc.buildout. With this configuration, the out-of-the-box image > upload functionality of Kupu fails. When I browse an image, fill a > title and press the Ok button, nothing happens (even the popup doesn't > disappear) > > I've another Plone site running which I installed using the Plone > Windows installer. This has Kupu version 1.4.12.1 and uploading images > works fine there (in the same browser). > > Is this a known issue zc.buildout and the versions I listed? Or how > can I effectively debug Kupu to find out the cause? > javascript debugger or check your javascript error console to find the line number and error message. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Plone-Users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/plone-users |
||||||||||||||
|
|
Ronald-AMS
()
|
|
||||||||||||
|
Hi Duncan,
Thanks for guiding me into a direction. I used the Chrome JavaScript Consule to debug the screen; however there is no JavaScript error. Do you have any other idea what might cause this? To summarize, when I press the OK button in the image upload window, I see a request / response to the server, but instead of a page reload, nothing changes in the window. Best regards, Ronald 2009/10/31 Duncan Booth <[hidden email]> Ronald Izaks <[hidden email]> ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Plone-Users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/plone-users |
||||||||||||||
|
|
Espen Moe-Nilssen
()
|
|
||||||||||||
|
Some javascript/style in this post has been disabled (why?)
Maybe you could check /portal_javascript in both installations and see if they are the same. Espen Den 3. nov. 2009 kl. 08.39 skrev Ronald Izaks: Hi Duncan, ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Plone-Users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/plone-users |
||||||||||||||
|
|
Ronald-AMS
()
|
|
||||||||||||
|
Hi Espen,
I checked both installations and the only difference is mark_special_links.js was disabled on the working environment. When I disabled it on the Linux environment, it worked too!
I think this is a unwanted side-effect of mark_special_links.js. Should I report this bug?
Thank you for your assistance.
Regards,
Ronald
2009/11/3 Espen Moe-Nilssen <[hidden email]>
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Plone-Users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/plone-users |
||||||||||||||
|
|
Espen Moe-Nilssen
()
|
|
||||||||||||
|
Glad it works. If this is the reason I think you should report it. To be sure, enable it again and see if the same happens (it could be something else that messed up portal javascript(?)). Espen >Hi Espen, > >I checked both installations and the only difference is >mark_special_links.js was disabled on the working environment. When I >disabled it on the Linux environment, it worked too! > >I think this is a unwanted side-effect of mark_special_links.js. Should I >report this bug? > >Thank you for your assistance. > >Regards, >Ronald > >2009/11/3 Espen Moe-Nilssen <[hidden email]> > >> Maybe you could check >> >> /portal_javascript >> >> in both installations and see if they are the same. >> >> Espen >> >> Den 3. nov. 2009 kl. 08.39 skrev Ronald Izaks: >> >> Hi Duncan, >> >> Thanks for guiding me into a direction. I used the Chrome JavaScript >> Consule to debug the screen; however there is no JavaScript error. Do you >> have any other idea what might cause this? >> >> To summarize, when I press the OK button in the image upload window, I see >> a request / response to the server, but instead of a page reload, nothing >> changes in the window. >> >> Best regards, >> Ronald >> >> 2009/10/31 Duncan Booth <[hidden email]> >> >>> Ronald Izaks <[hidden email]> >>> wrote: >>> > I'm working with Plone 3.3 and Kupu 1.4.15 which I installed using >>> > Linux' zc.buildout. With this configuration, the out-of-the-box image >>> > upload functionality of Kupu fails. When I browse an image, fill a >>> > title and press the Ok button, nothing happens (even the popup doesn't >>> > disappear) >>> > >>> > I've another Plone site running which I installed using the Plone >>> > Windows installer. This has Kupu version 1.4.12.1 and uploading images >>> > works fine there (in the same browser). >>> > >>> > Is this a known issue zc.buildout and the versions I listed? Or how >>> > can I effectively debug Kupu to find out the cause? >>> > >>> If the popup didn't disappear that means you got a javascript error. Use a >>> javascript debugger or check your javascript error console to find the >>> line >>> number and error message. >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>> is the only developer event you need to attend this year. Jumpstart your >>> developing skills, take BlackBerry mobile applications to market and stay >>> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>> http://p.sf.net/sfu/devconference >>> _______________________________________________ >>> Plone-Users mailing list >>> [hidden email] >>> https://lists.sourceforge.net/lists/listinfo/plone-users >>> >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> >> http://p.sf.net/sfu/devconference_______________________________________________ >> Plone-Users mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/plone-users >> >> >> -- Espen Moe-Nilssen Grieg Medialog AS ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Plone-Users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/plone-users |
||||||||||||||
| Free Embeddable Forum Powered by Nabble | Help |