Comment 6 for bug 1078735

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/21439
Committed: http://github.com/openstack/horizon/commit/ffe2168f87fa7de8eb536106051296abef40b7ac
Submitter: Jenkins
Branch: master

commit ffe2168f87fa7de8eb536106051296abef40b7ac
Author: David Lyle <email address hidden>
Date: Thu Feb 7 09:51:51 2013 -0700

    Fixing sidebar layout in IE.

    This problem is only reproducible when more than one panel group is
    present in a dashboard (e.g., when Object Store is enabled in the
    Project dashboard). A crude way to reproduce the problem and verify
    a fix is to comment out the "permissions" line in
    openstack_dashboard/dashboards/project/containers/panel.py to enable
    the second panel group.

    The fix required was to remove an unnecessary float:left in
    horizon.less that caused problems in IE's layout engine. The
    float:left had no effect on layout in Chrome, Firefox or
    Safari(Windows version) in or out.

    Fixes: bug #1078735
    Change-Id: Idb0f8673d68ba686e1d7440fd2396e9a29b024ef