https://bugzilla.wikimedia.org/show_bug.cgi?id=67530
Bartosz Dziewoński <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Bartosz Dziewoński <[email protected]> --- When you try opening the inspector: * The 'focusout' event is eventually fired on .ve-ce-surface-paste * ve.ce.Surface.prototype.onFocusChange is called * On Opera 12 `rangy.getSelection( this.getElementDocument() ).anchorNode` is null, but on other browsers it returns the .ve-ce-surface-paste element * Therefore `hasFocus` is false instead of true * The document gets blurred, which triggers the inspector to hide some ten levels of abstraction down. No idea why the selection gets lost. Perhaps the inspector should reselect? -- 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
