Page MenuHomePhabricator

[SPIKE] Table content mostly hidden on mobile web
Open, MediumPublic2 Estimated Story PointsBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

What happens?:

Table width is cut off at shorter than screen width and requires horizontal scroll to see (screenshot attached)

What should have happened instead?:

Table width should take full screen width and only then scroll horizontally if needed

Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):

Other information (browser name/version, screenshots, etc.):

Safari browser on iPhone 12 mini

Note: making this a spike in case this is actually a content issue. We will investigate first and then fix in a later ticket.

  • figure out where the problem is happening
  • write up a more detailed ticket to fix

Event Timeline

Aklapper renamed this task from Table rendering bug on mobile web to Table content mostly hidden on mobile web.Fri, Nov 14, 4:05 PM
HSwan-WMF renamed this task from Table content mostly hidden on mobile web to [SPIKE] Table content mostly hidden on mobile web.Wed, Nov 19, 6:07 PM
HSwan-WMF updated the task description. (Show Details)
HSwan-WMF triaged this task as Medium priority.Wed, Nov 19, 6:09 PM
HSwan-WMF updated the task description. (Show Details)
HSwan-WMF set the point value for this task to 2.

@lwatson / @SherryYang-WMF looks like this was a content issue, not anything RG should be worrying about.

https://en.wikipedia.org/w/index.php?title=Dublin&diff=1324117283&oldid=1323606784#Demographics

I think this can be closed; in the future content-level bugs like this can be tagged with Local-Wiki-Template-And-Gadget-Issues

Thanks @egardner and @Jdlrobson-WMF for investigating!
Problem: The table had a 20% width (as specified in the wiki template).
Solution: An editor already fixed this by applying min-width to the table.