Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

URL bar autocomplete mouseover does not interfere with typed URL (fixes #3012) (take 2) #3225

Merged
merged 4 commits into from
Aug 18, 2016
Merged

Conversation

willy-b
Copy link
Contributor

@willy-b willy-b commented Aug 17, 2016

  • Used Github auto-closing keywords in the commit message.
  • Ran git rebase -i to squash commits if needed.

Fixes #3012: Autofill should not happen on URL bar unless item in autocomplete list is clicked
This replaces the previous PR which was not rebased correctly and lacked a test (PR #3128 )

Willy Bruns added 4 commits August 17, 2016 01:28
…t does not interfere with typed URL

Fixes #3012: Autofill should not happen on URL bar unless item in autocomplete list is clicked
- added test to urlBarSuggestionsTest.js to check that mousing over autocomplete suggestions does not interrupt typing of URL
@@ -3,7 +3,28 @@
* You can obtain one at http://mozilla.org/MPL/2.0/. */

const isDarwin = process.platform === 'darwin'
module.exports.isForSecondaryAction = (e) =>
module.exports.isForSecondaryAction = (e) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit for future ref, skip braces when not needed is preferred

@bbondy
Copy link
Member

bbondy commented Aug 18, 2016

Wow this feels a lot better, thanks so much for the great work here.

@bbondy bbondy merged commit 6cfe4cc into brave:master Aug 18, 2016
@luixxiul luixxiul added this to the 0.11.6dev milestone Aug 18, 2016
@bsclifton
Copy link
Member

@willy-b great job w/ this! The mouse always got in the way for me, this is a very noticeable fix 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants