https://bugzilla.wikimedia.org/show_bug.cgi?id=57177

Ed Sanders <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected]
          Component|Mobile                      |General/Unknown
            Product|VisualEditor                |MobileFrontend
   Target Milestone|VE-deploy-2014-07-17        |---
            Summary|VisualEditor: In mobile     |MobileFrontend: VisualEdior
                   |integration, there is no    |loads without a cursor due
                   |text cursor activation on   |to blurring of all CE
                   |load                        |elements

--- Comment #4 from Ed Sanders <[email protected]> ---
This is caused by code in MF, line 152 of VisualEditorOverlay.js:

// for some reason the first time contenteditables are focused, focus
// event doesn't fire if we don't blur them first
this.$( '[contenteditable]' ).blur();

The code was added to fix bug 61240.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to