Project

General

Profile

Bug #5620

Updated by Radhika Chippada about 9 years ago

* Using Safari or Chrome, access https://workbench.4xphq.arvadosapi.com/collections/4xphq-4zz18-gbv4fbtq6sdvzpd . You will see 3 files in this collection. 

 * Type “md5sum” in the search box. You will see two files. Select them and click on Selection -> create new collection…  

 * Once you are in the new collection page, hit back button 

 * You will now see all three files (all the files in this collection); however, the search box still has the text “md5sum” in it and the two md5sum files are selected. That is, the collection page is reloaded, but the browser is caching user inputs. 

 What needs to be done: 

 # It would be nice if we can apply the search filter when the user hits the back button 
 # Alternatively, we should clear the search box text as well as the check box selections (if #1 is not acceptable). To clear user inputs add _autocomplete="off"_ to the search box and checkboxes.

Back