New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 597544 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 235774
Owner:
Closed: Apr 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Mac
Pri: 2
Type: Bug



Sign in to add a comment

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.

 
first.html
334 bytes View Download
other.html
71 bytes View Download
Cc: rnimmagadda@chromium.org
Components: Blink>Forms
Labels: -Pri-3 M-50 OS-Linux OS-Mac OS-Windows Pri-2
Status: Untriaged (was: Unconfirmed)
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

Comment 3 by tkent@chromium.org, Apr 3 2016

Components: -Blink>Forms Blink>Forms>Restore
Mergedinto: 235774
Owner: tkent@chromium.org
Status: Duplicate (was: Untriaged)

Sign in to add a comment