Jquery/Ajax is not functioning in views, not any thing which are related to jquery/ajax not working in views.

Comments

dooug’s picture

Status: Active » Postponed (maintainer needs more info)

More information needed.

And please review the instructions on posting issues in order to post more useful issues.

jide’s picture

I have the same issue.
After upgrading to 3.10, AJAX-enabled views function as non-AJAX views.
I tried to resave the view but same.

It seems that ctools does not process the exposed form at all, before we had :

<form action="/products" method="get" id="views-exposed-form-filtered-products" accept-charset="UTF-8" class="jquery-once-3-processed">

And now :

<form action="/products" method="get" id="views-exposed-form-filtered-products" accept-charset="UTF-8">

The exposed form is in a block.

jide’s picture

Status: Postponed (maintainer needs more info) » Active

Updating status.

john.oltman’s picture

Same here. An exposed filter that used to run AJAX now reloads the entire page. Traced to the application of the 3.10 upgrade. Works great on 3.8, breaks on 3.10.

john.oltman’s picture

Priority: Normal » Critical
ericdsd’s picture

Hi experience the same issue, does someone have made a patch for this ?

amarcus’s picture

ericdsd’s picture

Thanks a lot amarcus

yang_yi_cn’s picture

Status: Active » Closed (duplicate)

duplicate of #2449531