Page MenuHomePhabricator

Mobile editors do not log inits on direct URL initiation
Closed, ResolvedPublic

Description

If you open the mobile editor directly using a url (e.g. https://www.mediawiki.org/wiki/Reading/Web/Chores#/editor/0), an init event will not be to the Edit schema even if you're bucketed.

This may not be feasible to fix (since the user is not on a page where we can run JS), but it'll at least bear on whether or how we should continue to have a schema that spans so many products with different behaviors

Event Timeline

nshahquinn-wmf triaged this task as Lowest priority.
nshahquinn-wmf added a subscriber: Jdlrobson.
matmarex subscribed.

I don't know when it was fixed, but it seems to work now. Viewing https://m.mediawiki.org/wiki/Reading/Web/Chores?trackdebug=1#/editor/0 shows me that a mf.schemaEditAttemptStep.init and other events are logged.