Comment 6 for bug 1308857

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/3284
Committed: http://gitorious.org/mahara/mahara/commit/a5f784c729e471e34500311e0c43bb38778fa6a4
Submitter: Robert Lyon (<email address hidden>)
Branch: 1.8_STABLE

commit a5f784c729e471e34500311e0c43bb38778fa6a4
Author: Kamaya Sho <email address hidden>
Date: Thu Apr 24 12:28:09 2014 +1200

Responsive navigation menu doesn't collapse in iPad in portrait mode

Bug 1308857. The problem appears to be that the collapse logic is based
around a <= and a >=, and the iPad in portrait mode falls right in the middle
so it triggers both. Changing this to a more logical <= and > pair fixes things.

Change-Id: Iacb8d53daff0f06a6f414bf5e4aafdee1337dfa3