Page MenuHomePhabricator

Editor "continue" icon gone missing, prevents editing
Closed, ResolvedPublic

Description

seen in beta labs as of Feb 27 and confirmed by testing against beta locally. After editing a page, no 'continue' button appears, which stops editing:

$ bundle exec cucumber features/diff.feature
@en.m.wikipedia.beta.wmflabs.org @test2.m.wikipedia.org
Feature: Page diff

Scenario: Added and removed content         # features/diff.feature:4
  Given I am logged into the mobile website # features/step_definitions/common_steps.rb:1
  When I go to the "Diff test" page         # features/step_definitions/common_steps.rb:92
  And I click the edit button               # features/step_definitions/editor_steps.rb:7
  And I clear the editor                    # features/step_definitions/editor_steps.rb:23
  And I type ABC DEF into the editor        # features/step_definitions/common_article_steps.rb:10
  And I click continue                      # features/step_definitions/common_article_steps.rb:41
    timed out after 5 seconds, waiting for {:class=>"continue icon", :tag_name=>"button"} to become present (Watir::Wait::TimeoutError)
    features/diff.feature:10:in `And I click continue'

Version: unspecified
Severity: major

Details

Reference
bz62004

Event Timeline

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

Works fine on a local install on master for me, but definitely broken on en.m.wikipedia.beta.wmflabs.org (tested in Firefox and Chrome) -- the entire UI seems to go missing except for the text box.

HTML still seems to be there but it's hidden by something.

There is actually a more serious caching issue here.

  • This bug has been marked as a duplicate of bug 62010 ***