[SRU] Cannot read text in region selection box
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Invalid
|
Undecided
|
Unassigned | ||
horizon (Ubuntu) |
Won't Fix
|
Undecided
|
Chris Johnston | ||
Trusty |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
[Impact]
When multiple regions are configured within Horizon, the region selection dropdown box in the top right corner of the horizon dashboard is not visible due to white text on white background.
The fix is a minimal update to the ubuntu theme css that fixes the colors of the region selection dropdown box.
[Test Case]
Steps to reproduce:
1. Install horizon
2. Configure to use multiple regions within keystone (or multiple keystones, 1 per region)
3. log in
4. Observe the region selection box in the top right is white on white text.
Note that additional setup is required to recreate this when deploying from the openstack charms. See https:/
[Regression Potential]
Any potential regressions would affect the ubuntu theme of the horizon dashboard (background/text colors, etc).
Related branches
- Corey Bryant: Approve
- Ubuntu branches: Pending requested
-
Diff: 39 lines (+9/-3)2 files modifieddebian/changelog (+6/-0)
debian/theme/css/ubuntu.css (+3/-3)
- Ubuntu branches: Pending requested
-
Diff: 18863 lines (+18649/-0) (has conflicts)38 files modifieddebian/README.compression (+6/-0)
debian/changelog (+764/-0)
debian/compat (+1/-0)
debian/control (+83/-0)
debian/copyright (+55/-0)
debian/openstack-dashboard-ubuntu-theme.dirs (+4/-0)
debian/openstack-dashboard-ubuntu-theme.install (+4/-0)
debian/openstack-dashboard-ubuntu-theme.links (+2/-0)
debian/openstack-dashboard-ubuntu-theme.postinst (+11/-0)
debian/openstack-dashboard-ubuntu-theme.postrm (+9/-0)
debian/openstack-dashboard.conf (+8/-0)
debian/openstack-dashboard.dirs (+6/-0)
debian/openstack-dashboard.install (+6/-0)
debian/openstack-dashboard.links (+2/-0)
debian/openstack-dashboard.postinst (+63/-0)
debian/openstack-dashboard.postrm (+44/-0)
debian/openstack-dashboard.preinst (+17/-0)
debian/patches/add_juju_settings_panel.patch (+309/-0)
debian/patches/fix-dashboard-django-wsgi.patch (+11/-0)
debian/patches/fix-dashboard-manage.patch (+11/-0)
debian/patches/fix-requirements.patch (+13/-0)
debian/patches/fix-ubuntu-tests.patch (+40/-0)
debian/patches/series (+9/-0)
debian/patches/ubuntu_settings.patch (+79/-0)
debian/pydist-overrides (+2/-0)
debian/python-django-horizon.install (+1/-0)
debian/python-django-horizon.lintian-overrides (+2/-0)
debian/rules (+47/-0)
debian/source/format (+1/-0)
debian/source/include-binaries (+5/-0)
debian/static/openstack-dashboard/css/6bd71a04f0c0.css (+6567/-0)
debian/static/openstack-dashboard/js/0272dc9e5c21.js (+1325/-0)
debian/static/openstack-dashboard/js/b28ee7422312.js (+2339/-0)
debian/static/openstack-dashboard/manifest.json (+5/-0)
debian/theme/css/ubuntu.css (+6778/-0)
debian/theme/templates/_stylesheets.html (+12/-0)
debian/theme/ubuntu_theme.py (+5/-0)
debian/watch (+3/-0)
Changed in horizon (Ubuntu): | |
assignee: | nobody → Chris Johnston (cjohnston) |
Changed in horizon (Ubuntu): | |
status: | Confirmed → In Progress |
description: | updated |
Changed in horizon (Ubuntu): | |
status: | In Progress → Fix Committed |
status: | Fix Committed → Invalid |
Changed in horizon: | |
status: | New → Invalid |
Changed in horizon (Ubuntu): | |
status: | Invalid → Won't Fix |
Changed in horizon (Ubuntu Trusty): | |
status: | New → Fix Committed |
status: | Fix Committed → In Progress |
description: | updated |
summary: |
- Cannot read text in region selection box + [SRU] Cannot read text in region selection box |
Status changed to 'Confirmed' because the bug affects multiple users.