Page 1 of 1

PDL with Chrome - File Upload not in popup

Posted: 23 Apr 2013, 14:20
by tapiochre
Hi there

Using J!2.5.9 with PDL 2.1.8

When using a PC Win 7 with Chrome (no other browser presents this issue), if I click on "Select Filename" in the File > Edit page, the file chooser appears in full screen mode rather than a popup. The result is that when I choose the file, it does not close the window. The only way to close it is to shut down Chrome.

I tried this on a different PC (win 7 with Chrome), the problem is not exhibited.

Can anyone suggest what might be the reason for the first PC to show this problem?

Hope you can help!

Chris

Re: PDL with Chrome - File Upload not in popup

Posted: 24 Apr 2013, 19:55
by Jan
Hi, try to see your javascript console, it is possible that on your site there is a javascript error which then prevents from successfully loading the popup window :idea:

Jan

Re: PDL with Chrome - File Upload not in popup

Posted: 24 Apr 2013, 21:53
by tapiochre
Ok, Jan. I did that and I think what is happening is that the a plugin is messing me up.

extensions.joomla.org/extensions/core-enhancements/performance/site-performance/11545

When I disable this altogether, although YSlow reports a drop in performance from 96 to 79, at least the app works, so it sounds like JS being minifed or combines is causing the headache.

The fact it works on certain clients and not others indicates caching?

C