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

Juliusz Gonera <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected]
          Component|stable                      |General
           Assignee|[email protected]. |jforrester+veteambztickets@
                   |org                         |wikimedia.org
            Product|MobileFrontend              |VisualEditor

--- Comment #3 from Juliusz Gonera <[email protected]> ---
This actually seems to be a VE/OOUI bug. The problem lies in WindowManager not
cleaning up after itself.

I thought it could be easily fixed by adding this.inspectors.clearWindows() in
ve.ui.Context.prototype.destroy, but unfortunately that results in:

"Uncaught TypeError: Cannot read property 'getComputedStyle' of undefined "

This happens when WindowManager invokes OO.ui.Window.prototype.hold. I suspect
it's because everything in WindowManager is async/delayed (to accommodate for
animations), so DOM nodes no longer exist when WindowManager tries to tear
windows down.

-- 
You are receiving this mail because:
You are the assignee for the bug.
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