← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1661422] Re: Sidebar disappears at exact 768px width

 

Reviewed:  https://review.openstack.org/428509
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=eada52a457980f2fbdfbf517ac1ee273921495f7
Submitter: Jenkins
Branch:    master

commit eada52a457980f2fbdfbf517ac1ee273921495f7
Author: Eddie Ramirez <eddie.ramirez@xxxxxxxxx>
Date:   Fri Feb 3 00:34:03 2017 +0000

    Fix wrong min/max media queries for sidebar
    
    The media query for the sidebar menu was incorrect. This patch
    updates the correct min value when the sidebar should be displayed
    
    Change-Id: If6c424843d559aba87caf19333e1b725bf24e4cc
    Closes-bug: #1661422


** Changed in: horizon
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1661422

Title:
  Sidebar disappears at exact 768px width

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  The following behaviours occur when the dashboard is viewed at
  specific widths:

  - screen width <= 767px : the sidebar disappears and is replaced by a 'hamburger' button in the top bar. Works properly.
  - screen width >= 769px : the sidebar is visible. Works properly.
  - screen width == 768px : the sidebar disappears, but the main content padding is not adjusted, and no 'hamburger' button is added to the menu.

  The SCSS code needs to be fixed so that the sidebar remains visible at
  a width of 768px, or the main content padding and hamburger menu
  appear at the width.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1661422/+subscriptions


References