https://bugzilla.wikimedia.org/show_bug.cgi?id=68832
--- Comment #10 from Juliusz Gonera <[email protected]> --- Digging deeper into the rabbit hole... * Commenting out "this.emit( 'select', this.selection && this.selection.clone() );" in ve.dm.Surface.prototype.setSelection also fixes the bug. It also seems to be fixing bug 66697. * Making ve.ce.Surface.prototype.onModelSelect a noop also seems to fix both bugs. * Commenting out "this.showSelection( selection );" ve.ce.Surface.prototype.onModelSelect seems to fix both bugs too. I suspect we're either doing something weird that iOS Safari doesn't like or perhaps there is a bug in Rangy. -- 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
