New issue
Advanced search Search tips

Issue 683390 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Oct 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 2
Type: Bug



Sign in to add a comment

Form Not Secure on field warning launches help unexpectedly

Project Member Reported by elawrence@chromium.org, Jan 20 2017

Issue description

Chrome Version: 57.2987
OS: Windows 10

What steps will reproduce the problem?
(1) Visit http://webdbg.com/test/forms/creditcard.asp
(2) Start typing in credit card field
(3) Mouse hover the "Payment not secure" flyout item so it turns blue; observe that input focus is still visually in the Input field
(4) Hit Enter or Tab

What is the expected result? Next form field activates

What happens instead? Help topic launches

Keyboard activation is a part of the normal behavior for the autofill popup. But normally, when you hover over an autofill entry, doing so changes the input box's text
and hitting enter or tab  merely dismisses the autocomplete

e.g.
bool AutofillPopupControllerImpl::HandleKeyPressEvent(
 case ui::VKEY_RETURN:
     return AcceptSelectedLine();

Where
 // Returns the index of the selected line. A line is "selected" when it is
 // hovered or has keyboard focus.
 virtual int selected_line() const = 0;

In this case, it takes a very different action.

For graphics-related bugs, please copy/paste the contents of the about:gpu
page at the end of this report.

 

Comment 1 by jww@chromium.org, Jan 20 2017

Owner: est...@chromium.org
Status: Assigned (was: Untriaged)
I assume that this should probably be assigned to estark?
Status: WontFix (was: Assigned)
WontFix since we're not launching this feature.

Sign in to add a comment