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

Commits on Aug 17, 2016

  1. Mousing over URL bar autocomplete suggestions in dropdown suggests bu…

    …t does not interfere with typed URL
    
    Fixes #3012: Autofill should not happen on URL bar unless item in autocomplete list is clicked
    Willy Bruns committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    47131ec View commit details
    Browse the repository at this point in the history
  2. Keep urlBar#onBlur from interfering with autocomplete suggestion handler

    (part of fix for #3012)
    Willy Bruns committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    e82d734 View commit details
    Browse the repository at this point in the history
  3. Adding test for #3012 fix

    - added test to urlBarSuggestionsTest.js to check that mousing over autocomplete suggestions does not interrupt typing of URL
    Willy Bruns committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    5cadc80 View commit details
    Browse the repository at this point in the history
  4. merge

    Willy Bruns committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    b882f48 View commit details
    Browse the repository at this point in the history