Page MenuHomePhabricator

VisualEditor: Creating a formula/hieroglyphics insert while selecting an image tries to modify the caption, dies
Closed, ResolvedPublic

Description

Screenshot

Steps to reproduce:

1.Open the editor.
2.Select an image
3.Select the option More>Latex/Hieroglyphics

Observed Result:

A small input window opens up over the window where text can be inserted.

In the console I get the following error:
Uncaught TypeError: Cannot read property 'body' of undefined load.php:521
ve.ui.MWExtensionInspector.setup load.php:521
(anonymous function) load.php:113
proxy load.php:10
listenerWrapper load.php:98
oo.EventEmitter.emit load.php:98
(anonymous function) load.php:110
pollExternalStylesheets

See the screenshot attached


Version: unspecified
Severity: minor
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=60804
https://bugzilla.wikimedia.org/show_bug.cgi?id=56644

Attached:

Screen_Shot_2013-12-05_at_10.36.02_AM.png (570×1 px, 177 KB)

Details

Reference
bz58045

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 2:21 AM
bzimport set Reference to bz58045.

Change 126900 had a related patch set uploaded by Esanders:
Create MWLiveExtensionInspector base class

https://gerrit.wikimedia.org/r/126900

Change 126900 merged by jenkins-bot:
Create MWLiveExtensionInspector base class

https://gerrit.wikimedia.org/r/126900

Change 129622 had a related patch set uploaded by Jforrester:
Create MWLiveExtensionInspector base class

https://gerrit.wikimedia.org/r/129622

Change 129622 merged by jenkins-bot:
Create MWLiveExtensionInspector base class

https://gerrit.wikimedia.org/r/129622

Verified the fix in production