Last modified: 2014-02-12 23:46:01 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T51163, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 49163 - Reader feature no longer works on iOS
Reader feature no longer works on iOS
Status: RESOLVED WORKSFORME
Product: MobileFrontend
Classification: Unclassified
Feature requests (Other open bugs)
unspecified
All All
: Low enhancement
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-06-05 00:36 UTC by Jon
Modified: 2014-02-12 23:46 UTC (History)
9 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Jon 2013-06-05 00:36:06 UTC
Something recently has stopped this from working. On investigation this seems to be due to mobile.styles and specifically something in the stylesheets/common/mf-typography.css file.

Bizarrely this seems to be due to this rule:
.content {
  margin: 14pt 23px 0 23px;
}

I notice when I change this to:
.content {
  margin: 14pt 17px 0 23px;
}
or
.content {
  margin: 14pt 23px 0 17px;
}
it works


It seems that if the inner horizontal width of the main containing element is less 280px it will not show the reader function

e.g. 
width: 279px; it will show
width: 280px; no reader function

40px appears to be a magic number
Comment 1 Jon 2013-12-23 19:15:34 UTC
Reader feature now seems to work on mobile iOS 6.1

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links