From d8d36179677a99e1926f4ff6f0a8009fcdf8b97f Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Mon, 8 Jun 2015 14:17:49 +0100 Subject: Remove "experimental" comment. I think we can safely remove this comment now, @mrmr1993. This is working out very nicely. --- content_scripts/mode_insert.coffee | 3 --- 1 file changed, 3 deletions(-) (limited to 'content_scripts/mode_insert.coffee') diff --git a/content_scripts/mode_insert.coffee b/content_scripts/mode_insert.coffee index 4e03cdd5..87525314 100644 --- a/content_scripts/mode_insert.coffee +++ b/content_scripts/mode_insert.coffee @@ -15,9 +15,6 @@ class InsertMode extends Mode target = event.srcElement if target and DomUtils.isFocusable target # Remove the focus, so the user can't just get back into insert mode by typing in the same input box. - # NOTE(smblott, 2014/12/22) Including embeds for .blur() etc. here is experimental. It appears to be - # the right thing to do for most common use cases. However, it could also cripple flash-based sites and - # games. See discussion in #1211 and #1194. target.blur() else if target?.shadowRoot and @insertModeLock # An editable element in a shadow DOM is focused; blur it. -- cgit v1.2.3