Spinning Ajax wheel when changing filter or number of records

drvantoo

New Member
Scenario:

List
Ajaxify on
Ajaxify links on
filter on
Change filter on front end, and form goes opaque, and spinning ajax wheel appears until form is refreshed.
 
can you point us at the page, and report all or any javascript errors that occur on the page
Also you didn't mention whether you are using an official beta release or the code from github

thx
Rob
 
OK - progress has been made. On last nights build from Github, the behavior only occurs on the F3 template. OR more accurately, I know it does not occur on the default template but does occur on F3.

Following errors are generated - the first "Uncaught" error appears as the page is rendered. The rest occur when the record number dialog is clicked after entering a new rowcount.

Uncaught TypeError: Function.prototype.apply: Arguments list has wrong type
mootools-ext-min.js:1
TypeError
mootools-ext-min.js:1
TypeError
mootools-ext-min.js:1
TypeError
mootools-more.js:33Uncaught TypeError: Function.prototype.apply: Arguments list has wrong type

probably worth mentioning that on the default template, any formatting defined in a class defined in the "Use as row class" option is lost when the list refreshes after changing the rowcount.
 
Back
Top