Page MenuHomePhabricator

Menu not shown properly on iOS 7 iPod
Closed, DeclinedPublic

Description

Author: jgonera

Description:
Menu is not shown properly in beta on iOS 7 (tested on iPod).
The problem is caused by the following media query in mainmenu.less:

@media (min-width: 700px)

It seems iOS 7 iPod reports width 980px so at least 981px is needed. Other places where this CSS media query appears may be affected too.

Probably happens on iPhone with iOS 7 as well.


Version: unspecified
Severity: normal

Details

Reference
bz51082

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:07 AM
bzimport set Reference to bz51082.
bzimport added a subscriber: Unknown Object (MLST).

I suspect this is a bug in beta. I'd struggle to see why the iPod would report 980px as the device width.

Let's reopen if it still persists when it is more stable.