Last modified: 2014-02-12 23:54:05 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 T37945, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 35945 - MF should handle wide tables more elegantly
MF should handle wide tables more elegantly
Status: RESOLVED FIXED
Product: MobileFrontend
Classification: Unclassified
stable (Other open bugs)
unspecified
All All
: Unprioritized normal
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-04-13 08:06 UTC by Tomasz Finc
Modified: 2014-02-12 23:54 UTC (History)
9 users (show)

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


Attachments

Description Tomasz Finc 2012-04-13 08:06:58 UTC
MF cuts wide tables like http://nl.m.wikipedia.org/w/index.php?title=Spelalfabet off pretty badly. Instead lets experiment with scrolling tables, lightboxes, landscape mode, etc to do this
Comment 1 Jon 2012-04-13 15:47:00 UTC
Horizontal scrolling seems like a good first step to make this useable.
Should be as simple as..

table {
	display: block;
	overflow-x: scroll;
}

Will check on some test data
Comment 2 Jon 2012-04-13 17:51:36 UTC
Resolved in https://gerrit.wikimedia.org/r/4899
Comment 3 Tomasz Finc 2012-04-17 01:04:31 UTC
This is a great fix and has two interesting side effects. 

1) Complicated footer related article tables are now scrollable - https://en.wikipedia.org/wiki/La_lakers .. external links <-- this is great
2) Info boxes are now scrollable <--  could be an intriguing way to make them smaller and scrollable

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


Navigation
Links