Incorrect caching of input data with autocomplete="off" on back navigation
Reported by
ra...@titaniumsystems.com,
Mar 24 2016
|
|||
Issue description
Chrome Version : irrelevant
Other browsers tested:
Opera: FAIL
Safari: FAIL
Firefox: OK
IE: OK
What steps will reproduce the problem?
(1) Create a html page with a <form> and several <input type="text"> elements in the form.
(2) Add the autocomplete="off" attribure to some of them, for example the first one or two.
(3) Fill all autocomplete="off" inputs with data. Optionally fill other inputs with data.
(4) Redirect the user to another page, for example with window.location = 'other.html'.
(5) Hit backspace or the back button on the browser or device.
(6) The first page's inputs have remembered the data inserted in them before navigation to the other page.
What is the expected result?
The inputs contain the data inserted previously. Alternatively, the page is reloaded and the data is lost.
What happens instead?
The data that was inserted into autocomplete="off" inputs has copied itself into inputs where it was not inserted into.
,
Apr 1 2016
Able to repro this issue on Windows 7, MAC (10.11.3) & Ubuntu Trusty (14.04) for Google Chrome Stable Version - 49.0.2623.110 This is a Non-Regression issue existing from M30 - # 30.0.1549.0
,
Apr 3 2016
|
|||
►
Sign in to add a comment |
|||
Comment 1 by ra...@titaniumsystems.com
, Mar 24 2016334 bytes
334 bytes View Download
71 bytes
71 bytes View Download