arrow-down arrow at-sign bug check checkbox-checked checkbox-unchecked svg-checkmark chevron-right chevrons-right circle-down circle-left circle-right circle-up cloud2 svg-cross2 download download external-link filter github hash home leaf leaf left link-2 log-in log-out mail menu message-square minus plus radio-checked radio-checked2 radio-unchecked search settings spinner8 target twitter up upload-2 user users warning x zap
  • Home
  • Report a bug
  • Contribute
  • All issues
  • Login

URL: http://mw.nikkei.com/sp/#!/uid/my
Browser / Version: Firefox Mobile 36.0
Operating System: Android
Problem type: Layout is messed up

Steps to Reproduce

  1. Navigate to: http://mw.nikkei.com/sp/#!/uid/my
  2. Log in as a paying user

The menu rendering is a little strange. The menu doesn't expand to the window width, as a result some of the menu entries are wrapped and the whole menu "widget" becomes too tall. Why? It's styled with somewhat old flexbox code. The CSS includes instructions for Firefox (-moz-box) but not the standard syntax (display:flex etc). Apparently, -moz-box is a slightly older implementation that does not quite match the most recent spec, and does not do exactly what they want.

Adding some standards-compatible CSS properties will fix the menu. See http://hallvord.com/temp/moz/cssfixme.htm for a tool that can help with this.

Please login to edit issues.

View issue on Github

Shortcut: Press l on your keyboard to open the label editor. Shortcut: Press g on your keyboard to be taken to the GitHub view of this page.
Closed: Fixed
#1101

mw.nikkei.com - menu on mobile site for paying users is too tall

Opened: 2015-05-15
Reporter: hallvors
Comments: 7
  • Home
  • List of issues
  • About
  • Contribute
  • Contact
  • Privacy Policy
  • Terms of Service
  • Code of Conduct