Active
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
exposed filters
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2012 at 19:56 UTC
Updated:
30 Apr 2013 at 21:33 UTC
The user shouldn't wait for the page to reload to reset a form.
Most of the forms you see online, Uses javascript to reset the form.
http://www.javascript-coder.com/javascript-form/javascript-reset-form.phtml
http://www.tizag.com/htmlT/htmlreset.php
If javascript is disabled it should work as it's working now.
Comments
Comment #1
dawehnerWell the reset button is actually not only about resetting the form but also resetting the results, and therefore you need to get the results via ajax.
Comment #2
henrijs.seso commentedI will make this bug report. Both buttons resets results. If view is using ajax and there is exposed form
submitandresetbuttons should probably function same way.Submitworks correctly with ajax, butresetdoes not.