Hello,
After I updated Views to 7.x-3.18, I had the issue with linkit_picker while attached to wyiswg. linkit_picker module attaches a view with form alter to the linkit form, the first time when I open the linkit picker windows, the exposed filters works ok, but if I close it and open again the exposed filters doesn't work anymore.

When I try to filter the second time I get the following error in Chrome console -

Uncaught TypeError: Cannot read property 'top' of null
at Object.Drupal.ajax.commands.viewsScrollTop (:146:14)

I am using -
views 7.x-3.18
linkit 7.x-3.5
ctools 7.x-1.12

The proposed solution in https://www.drupal.org/files/issues/views-undefined_var_ajax_exposed_fil... for adding the view as context to the jquery selector will solve this bug.

Comments

foodslover created an issue. See original summary.

foodslover’s picture

Issue summary: View changes
Status: Fixed » Closed (duplicate)

The patch at https://www.drupal.org/project/views/issues/1809958#comment-12230757 doesn't seem to work for Views 7.x-3.18, so I'm using the patch at https://www.drupal.org/project/views/issues/1809958#comment-10783714 for now. That fixes my issue.