This topic is locked

lookup wizard chrome BUG

4/18/2014 6:13:11 AM
PHPRunner General questions
S
srfrancesco author

lookup wizard doesn't work in chrome Windows 8 (ASUS T300)
consolle error is: unknown file dd-gestures/dd-gestures
Also others yui won't work
I hope it will be fixed soon...

Sergey Kornilov admin 4/18/2014

We are not able to reproduce this issue. If you need more help post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

F
FunkDaddy 5/25/2014

I am getting the same error message running on Windows 8 Chrome version 34 and 35. This occurs on PHPR 7.1 (Build 21342 x86).
This is happening whenever I try to open a popup window in Chrome via add, edit, or view. Inline adds & edits are working fine.
My inspector console generates a infinite error loop pointing to combo.php file line 111, which highlights the error as "Unknown File dd-gestures/dd-gestures"
Any ideas on what may be causing this?
I tried to apply my own fix (which worked last year) with similar issue dealing with combo.php file as I outlined here: http://www.asprunner.com/forums/topic/20341-popup-not-working-due-to-mime-type-issues/
However, that did not seem to do the trick this time (and the error message is slightly different anyhow).
By the way... this issue is not happening with FireFox.
Any help would be appreciated.
Thanks,
Marcelo

A
Anapolis 5/25/2014

That is perhaps referring to a plugin called "dd-drop plugin" which is used to provide drag and drop capabilities for TOUCH SCREEN devices.
PHPRunner 7.1 build 21342 does not include this folder's plugin even though it is called for in the yui-min.js file.

I presume these are supposed to load online from the API address.
I wonder if you dropped this into the PHPRunner header as a test --
<script src="http://yui.yahooapis.com/3.17.1/build/yui/yui-min.js"></script>;
whether it would change the action of Windows 8 Chrome version 34 and 35
This script seems to have key changes, particularly re-written in reference to the Drag and Drop actions.
This would normally be used to set up a Sandbox testing of YUI components, but I am wondering .... since PHPRunner already calls for this Drag and Drop component whether it would make that plugin accessible
At the YUI site it says "The YUI seed file is an ultra-small bit of JavaScript that enables you to load any YUI component on your page."
The version of the YUI library in build 21342 is YUI 3.7.2 (build 5639)
The YUI current version is YUI 3.17.1 (build 0eb5a52) Copyright 2014 Yahoo and has been fixed for Drag and Drop Issues
http://yuilibrary.com/
I myself am going to try putting this into PHPRunner 7.1 build 21342.

F
FunkDaddy 5/25/2014

Maverick,
Thanks for the suggestion, but that didn't do the trick. I agree, it seems like we are missing some dependency in YUI files.
I have uploaded my application to the PHPR Demo Account as instructed by Sergey and hopefully they will help pinpoint the issue.
If I come across a solution, I will certainly place it here.
Cheers,
Marcelo