This is a similar issue as outlined here: https://www.drupal.org/node/2732111

With the bootstrap template enabled the behaviour is slightly different. In that the user has to click the reset button twice for it to take effect.

Possible solution would be to mirror the changes from core/modules/views/js/ajax_view.js into themes/bootstrap/js/modules/views/ajax_view,js - this effectively disables the AJAX on the reset button. According to the post above: 'many things break during the form reset phase if using AJAX'.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sittard created an issue. See original summary.

markhalliwell’s picture

sittard’s picture

Patch attached.

Rajender Rajan’s picture

Rajender Rajan’s picture

Status: Active » Needs review

  • markcarver committed 62938ce on 8.x-3.x authored by sittard
    Issue #2820392 by sittard: Reset button doesn't work on AJAX enabled...
markhalliwell’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.