https://bugzilla.wikimedia.org/show_bug.cgi?id=66222
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |High Status|NEW |ASSIGNED CC| |[email protected] Assignee|jforrester+veteambztickets@ |[email protected] |wikimedia.org | Target Milestone|--- |VE-deploy-2014-06-12 Summary|VisualEditor: |VisualEditor: |TypeError:this.documentView |TypeError:this.documentView |is null appearing after |is null appearing after |saving an edit and then |saving an edit and |reopening the VE again, |reopening the VE again, |also cannot switch to edit |also cannot switch to edit |source mode after that |source mode after that --- Comment #1 from Roan Kattouw <[email protected]> --- This seems to be happening because, somehow, the old torn-down ce.Surface gets a focus event, calls this.surfaceObserver.startTimerLoop(), but this explodes because the SurfaceObserver has been detached already and its .documentView is null. We should make sure we properly destroy the old surface. -- 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
