Page MenuHomePhabricator

initial KeepGoing overlay does not render
Closed, ResolvedPublic

Description

It looks like the KeepGoing overlay was broken by https://gerrit.wikimedia.org/r/#/c/102043/.

Specifically, that change moved the overlay show() from KeepGoingOverlay::render() to the keepgoing.js instatiation (which only handles the 2nd half of the keepgoing workflow). The first step is handled in EditorOverlay.js (around line 233).

This could either be fixed by adding a show() in EditorOverlay.js or moving show() back into KeepGoingOverlay::render(). Putting it back in KeepGoingOverlay::render() seems the most sensible (after all, that's the function that is supposed to render the overlay). Is there a specific reason it was moved out of that function?


Version: unspecified
Severity: major

Details

Reference
bz59747

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:24 AM
bzimport set Reference to bz59747.
bzimport added a subscriber: Unknown Object (MLST).

bingle-admin wrote:

Prioritization and scheduling of this bug is tracked on Mingle card https://wikimedia.mingle.thoughtworks.com/projects/mobile/cards/1600

Change 105883 had a related patch set uploaded by Kaldari:
Fix KeepGoing Overlay - step 1

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

Change 105883 merged by jenkins-bot:
Fix KeepGoing Overlay - step 1

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