I have a view with enabled Ajax. It sorts materials like i want without page reloading.
I use number UP/Down widget, and it works as it should - votes count without page refresh, but when i choose another(no default) sort option (ajax call), votes begin to count with refreshing the whole page.
Anyway to fix it?

Comments

Lostrace’s picture

Issue summary: View changes
Lostrace’s picture

Issue summary: View changes
rooby’s picture

Is your problem definitely related to the widget type?

Or is it that ajax voting works until you have used views ajax, then it breaks?

rooby’s picture

If the latter it could be the same as #2075665: Rate breaks views with ajax on

rooby’s picture

Status: Active » Postponed (maintainer needs more info)

Do you have any javascript errors in your browser when the ajax fails?

rooby’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)
Related issues: +#2102571: drupal_add_js() call turns basePath string into array

I think this is a duplicate of #2102571: drupal_add_js() call turns basePath string into array.

If you try the patch in that issue could you please report back there whether or not it fixes your problem.