This topic is locked
[SOLVED]

 Ajax Auto-suggestion Mouse Support Broken in Latest Build?

11/1/2015 10:30:24 AM
PHPRunner General questions
K
KevinMillican author

Has anyone else noticed that the Ajax lookup auto-suggestions don't work the way they used to?
In earlier versions you could start typing and a dropdown appeared. Clicking an item with the mouse would then fill it in in the field. This doesn't happen anymore unless you use the keyboard to move up or down the entries.

D
DUKE 11/2/2015

I can also confirm that this is a problem on one of my current projects that I built and uploaded this morning using 25174.
All the ajax dropdowns that I have checked seems to have this issue: Using the mouse to select a value from the suggestions dropdown does not work.
I am now doing a full upload to see if this makes a difference.

D
DUKE 11/2/2015

I just did a full build and uploaded all files on the project with which I had this issue.
Cleared browser cache - The problem is still present...

K
KevinMillican author 11/2/2015

Thanks for the confirmation. Are you registered for support and able to raise a ticket/bug report for this?

D
DUKE 11/3/2015

Hi Kevin,
My support also expired, but I took a chance and sent an email. It should not take them long to fix this.
I found the problem: It is caused by something in the following file in the built project folder:
include/runnerJS/RunnerAll.js
When I build a project with 25174, I have the problem. If I replace the RunnerAll.js file with the same file from a 25016 project, the problem is solved....
But be careful - my solution might break something else so try it at your own risk! ; )

K
KevinMillican author 11/3/2015

Thanks for that - useful info <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=78200&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />

Sergey Kornilov admin 11/5/2015

Fixed in build 25192

K
KevinMillican author 11/8/2015



Fixed in build 25192


That's great - many thanks - works fine now <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=78230&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />