Page MenuHomePhabricator

VisualEditor: Fix "Report problem" button, broken by IVStore change
Closed, ResolvedPublic

Description

In ve.init.mw.Target.prototype.reportProblem, we pass an HTMLDocument to getDataFromDom(), but this function now takes two parameters, with the IVStore coming first, so it fatals with "doc is undefined".

In addition to passing in a store, we'll also need to expand the returned data before transmitting it, per bug 47318.


Version: unspecified
Severity: normal

Details

Reference
bz47319