Closed
Bug 765537
Opened 13 years ago
Closed 13 years ago
Mobile wikipedia first item not expanding
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(blocking-fennec1.0 -, fennec14+)
RESOLVED
FIXED
People
(Reporter: web, Assigned: mbrubeck)
References
Details
Attachments
(1 file)
173.03 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20100101 Firefox/13.0
Build ID: 20120608021316
Steps to reproduce:
Navigated to the mobile version of Wikipedia and tried to read an article under a header.
Not all pages display this issue, but I've confirmed thiese do: https://en.m.wikipedia.org/wiki/Metro_Trains_Melbourne, http://en.m.wikipedia.org/wiki/Glossary_of_graph_theory
Left screenshot is stock Android browsers (Android 2.3.7), right is Firefox (14 Beta)
Actual results:
The arrows on the right are missing (minor issue), but the first menu item ("History in the attached screenshot) will not expand.
In testing this issue, I have discovered that navigating to the mobile (*.m.wikipedia.org) from my desktop version of Firefox (13.0) displays this same issue
Expected results:
The section headings should expand and display the content.
Updated•13 years ago
|
OS: Linux → Android
Hardware: x86_64 → ARM
Comment 1•13 years ago
|
||
this is indeed quite painful
Status: UNCONFIRMED → NEW
blocking-fennec1.0: --- → ?
Ever confirmed: true
Assignee | ||
Comment 2•13 years ago
|
||
The problem is this line of JavaScript, which passes the wrong number of arguments to removeEventListener. This throws an exception and interrupts the initialization code, leaving the document in a bad state:
> heading.removeEventListener('click');
This line comes from the mw.mobileFrontend.toggle.init function in this script:
https://bits.wikimedia.org/en.wikipedia.org/load.php?debug=false&lang=en&modules=mobile|mobile.references&only=scripts&skin=mobile&version=1339696553&*
Assignee: nobody → mbrubeck
Component: General → Evangelism
QA Contact: general → evangelism
Version: Firefox 14 → Trunk
Reporter | ||
Comment 3•13 years ago
|
||
I've posted a bug to the Mediawiki bug tracker: https://bugzilla.wikimedia.org/show_bug.cgi?id=37673
Updated•13 years ago
|
Blocks: wikipedia.org
Updated•13 years ago
|
blocking-fennec1.0: ? → -
Updated•13 years ago
|
tracking-fennec: --- → 14+
Comment 4•13 years ago
|
||
(In reply to Ellie Frost from comment #3)
> I've posted a bug to the Mediawiki bug tracker:
> https://bugzilla.wikimedia.org/show_bug.cgi?id=37673
Ellie's bug was duped to https://bugzilla.wikimedia.org/show_bug.cgi?id=37660, which was resolved today. I just tested and now both see the arrows and can expand the first menu item.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Component: Evangelism → Mobile
Product: Firefox for Android → Tech Evangelism
Updated•7 years ago
|
Product: Tech Evangelism → Web Compatibility
Updated•1 years ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•