Page MenuHomePhabricator

Cannot toggle first section
Closed, ResolvedPublic

Description

Several users have reported that it is impossible to open the first section of certain articles.

This seems to be a problem in Opera Mobile and Blackberry.

http://twitter.com/FemmeBeeyotch/statuses/213903028821037057
http://twitter.com/paddy2k/statuses/214004419551961088


Version: unspecified
Severity: normal

Details

Reference
bz37660

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:28 AM
bzimport set Reference to bz37660.
bzimport added a subscriber: Unknown Object (MLST).
  • Bug 37673 has been marked as a duplicate of this bug. ***

It is also a problem on Firefox.
This is due to https://gerrit.wikimedia.org/r/#/c/11254/ which introduces removeEventListener to resolve bug 37572 but doesn't provide the required function reference to be removed.

Fix on way.

The right thing to do is to remove the hack which is only there to support older mobile apps. The app it was supporting is now sufficiently old enough to stop supporting. This removes the need for removeEventListener all together

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