https://bugzilla.wikimedia.org/show_bug.cgi?id=68832
--- Comment #11 from Juliusz Gonera <[email protected]> --- This is weird. I tried following the call stack deeper to see what exactly causes the problem, but I'm stuck in ve.ce.Surface.prototype.showSelection. It seems I have to comment out: if ( this.getElementDocument().activeElement !== documentElement ) { documentElement.focus(); } plus at least _one_ (either or both) of the following: rangyRange.setStart( selection.start.node, selection.start.offset ); rangySel.setSingleRange( rangyRange ); I'm wondering if iOS Safari has some weird bug where it drops events when something tries to modify the same DOM node too many times. -- 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
