diff options
| author | Stephen Blott | 2015-04-26 12:38:07 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-04-26 12:38:07 +0100 |
| commit | 8d3234d1475284e9831324f43c53bfb5d29d7cb0 (patch) | |
| tree | e0b592995786bc290b160593230981f30d59b7e5 | |
| parent | 3782b1da16829a7f69de9225d43a034fe295e245 (diff) | |
| download | vimium-8d3234d1475284e9831324f43c53bfb5d29d7cb0.tar.bz2 | |
Disable frame flash after Vomnibar closes.
The UX around this is not quite right yet. It's better to disable it
for now.
| -rw-r--r-- | content_scripts/ui_component.coffee | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/content_scripts/ui_component.coffee b/content_scripts/ui_component.coffee index 2cbdaa70..fc40e1ca 100644 --- a/content_scripts/ui_component.coffee +++ b/content_scripts/ui_component.coffee @@ -76,7 +76,10 @@ class UIComponent name: "focusFrame" frameId: sourceFrameId highlight: false - highlightOnlyIfNotTop: true + # Note(smblott) Disabled prior to 1.50 (or post 1.49) release. + # The UX around flashing the frame isn't quite right yet. We want the frame to flash only if the + # user exits the Vomnibar with Escape. + highlightOnlyIfNotTop: false # true if windowIsFocused() # We already have the focus. |
