From 8d3234d1475284e9831324f43c53bfb5d29d7cb0 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 26 Apr 2015 12:38:07 +0100 Subject: Disable frame flash after Vomnibar closes. The UX around this is not quite right yet. It's better to disable it for now. --- content_scripts/ui_component.coffee | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3