[CODE4LIB] Chrome browser preserves wrong text box on back button

2012-12-18 Thread Jonathan Rochkind
Okay, this problem is hard to explain. Let's say I have a search box, with results under it. I enter Monkey in the search box, I hit search, I get a new page with results for Monkey, and the word Monkey pre-filled in the search box (using input value=Monkey) in the HTML. I decide I'm not

Re: [CODE4LIB] Chrome browser preserves wrong text box on back button

2012-12-18 Thread Jonathan Rochkind
You know how you figure out the answer right after you write out the question? autocomplete=false didn't work, because that's not the proper value. autocomplete=off does work. While also of course disabling actual auto-complete, which may or may not be helpful, but at least it keeps Chrome