Page MenuHomePhabricator

[Regression] When using MathML mode, the "quick editor" edit box is missing
Closed, ResolvedPublic1 Estimated Story Points

Description

On Wikis that use the MathML rendering mode by default, the visual editor does not work for math.

Event Timeline

Physikerwelt raised the priority of this task from to Medium.
Physikerwelt updated the task description. (Show Details)
Physikerwelt added projects: VisualEditor, Math.
Physikerwelt subscribed.
Jdforrester-WMF set Security to None.
Jdforrester-WMF edited a custom field.

Update:
Now on beta
http://en.wikipedia.beta.wmflabs.org/wiki/Math?veaction=edit
You can click "edit" that works fine but not "quick edit"

The JS console shows this.context.getSurface(...).executeComamnd is not a function

12:13:21.726 TypeError: this.context.getSurface(...).executeComamnd is not a function
ve.ui.MWMathContextItem.prototype.onInlineEditButtonClick() load.php:163
oo.EventEmitter.prototype.emit() load.php:219
OO.ui.mixin.ButtonElement.prototype.onClick() load.php:1568
jQuery.event.dispatch() load.php:65
jQuery.event.add/elemData.handle() load.php:60
1 load.php:163:781

The JS console shows this.context.getSurface(...).executeComamnd is not a function

12:13:21.726 TypeError: this.context.getSurface(...).executeComamnd is not a function
ve.ui.MWMathContextItem.prototype.onInlineEditButtonClick() load.php:163
oo.EventEmitter.prototype.emit() load.php:219
OO.ui.mixin.ButtonElement.prototype.onClick() load.php:1568
jQuery.event.dispatch() load.php:65
jQuery.event.add/elemData.handle() load.php:60
1 load.php:163:781

That's not this bug. "Blank edit box" and "editor crashes" are not the same thing.

Jdforrester-WMF renamed this task from Fix empty math editing box for users of MathML rendering mode to [Regression] When using MathML mode, the "quick editor" edit box is missing.May 26 2016, 4:20 PM
Jdforrester-WMF raised the priority of this task from Medium to High.

The editor does not crash entirely. You can still use the normal edit mode instead.

Physikerwelt claimed this task.

@Jdforrester-WMF I'm tempted to argue that this was a duplicate... but who cares about a bug that was resolved.
try http://en.wikipedia.beta.wmflabs.org/wiki/Math?veaction=edit ... in a private tab ... and quick edit will work as expected