This topic is locked

Runner.displayPopup Not working in Chrome

4/19/2017 12:24:01 PM
PHPRunner General questions
S
stiven author

Hello everyone!
I was wondering if any of you had this issue. When I try to run the displayPopup in google chrome it doesn't work chrome console shows error. However, it does work in Firefox and IE. Here is the error it shows on chrome



RunnerAll.js:21019 Uncaught ReferenceError: YUI is not defined

at constructor.initYUI (RunnerAll.js:21019)

at constructor (RunnerAll.js:20990)

at constructor (RunnerAll.js:25708)

at constructor (RunnerAll.js:26023)

at constructor (RunnerAll.js:26970)

at new constructor (RunnerAll.js:27651)

at Object.Runner.pages.PageFactory (RunnerAll.js:20649)

at Object.initPage (RunnerAll.js:19584)

at Object.initPages (RunnerAll.js:19459)

at constructor.<anonymous> (RunnerAll.js:434)


Thank you

Sergey Kornilov admin 4/19/2017

As a first step try to clear browser's cache in Chrome. Errors like this should either appear in all browsers.

S
stiven author 4/19/2017

Thank you! that was the issue. It is working now. Is there a way to always show the Add New button on the list page in Responsive mode. Right now, one has to tap the menu button in order for the add new button to show. It is extra work specially if the menu list is large.
Thank you