[Bug 1481216] Re: [SRU] unreadable text color in confirmation dialog with ubuntu theme
Felipe Reyes
1481216 at bugs.launchpad.net
Fri Sep 29 02:00:13 UTC 2017
> Hi Laurent,
>
> Thanks for testing. Would you be able to test an install from scratch from
> -proposed without upgrading? Then we can verify this particular bug and get
> another bug opened for the upgrade issue.
I tested installing directly using cloud-archive:pike-proposed and the problem
persist. See screenshot attached.
The dashboard is loading a css file named 34f8a8f8d5e5.css[0], this file does
not contain the updated rule (color: #fff !important), but other one of the
files[1] available under /var/lib/openstack-dashboard/static/dashboard/css contains
the expected rule
The difference between both css can be found at
http://paste.ubuntu.com/25636811/
Also I could verify as well that if you install the package from -proposed and
*then* you try to rollback to the version in -updates, the website css gets
totally broken as reported by Laurent.
[0] http://pastebin.ubuntu.com/25636789/
[1] http://paste.ubuntu.com/25636802/
** Attachment added: "Screenshot from 2017-09-28 22-33-56.png"
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1481216/+attachment/4958352/+files/Screenshot%20from%202017-09-28%2022-33-56.png
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to Ubuntu Cloud Archive.
https://bugs.launchpad.net/bugs/1481216
Title:
[SRU] unreadable text color in confirmation dialog with ubuntu theme
Status in Ubuntu Cloud Archive:
Fix Committed
Status in Ubuntu Cloud Archive kilo series:
Fix Committed
Status in Ubuntu Cloud Archive mitaka series:
Fix Committed
Status in Ubuntu Cloud Archive newton series:
Fix Committed
Status in Ubuntu Cloud Archive ocata series:
Fix Committed
Status in Ubuntu Cloud Archive pike series:
Fix Committed
Status in horizon package in Ubuntu:
Fix Released
Status in horizon source package in Xenial:
Fix Committed
Status in horizon source package in Zesty:
Fix Committed
Status in horizon source package in Artful:
Fix Released
Bug description:
[Description]
The same symptom appeared as LP: #1308651.
When deleting an instance or other resources, confirmation dialog will
be shown up. Background color and text color of confirm button are
orange/orange. Firefox calculated css rules are as follows (color:
#DD4814, background-color: #DD4814).
element {
}
a, a:link, a:visited {
color: #DD4814;
}
.btn-primary {
background: #DD4814 none repeat scroll 0% 0%;
border-color: #C64012;
}
.btn-primary {
color: #FFF;
background-color: #428BCA;
border-color: #357EBD;
}
.btn {
display: inline-block;
margin-bottom: 0px;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 13px;
line-height: 1.42857;
border-radius: 4px;
-moz-user-select: none;
}
<snip>
$ apt-cache policy openstack-dashboard-ubuntu-theme
openstack-dashboard-ubuntu-theme:
Installed: 1:2015.1.0-0ubuntu1~cloud0
Candidate: 1:2015.1.0-0ubuntu1~cloud0
Version table:
*** 1:2015.1.0-0ubuntu1~cloud0 0
500 http://ubuntu-cloud.archive.canonical.com/ubuntu/ trusty-updates/kilo/main amd64 Packages
100 /var/lib/dpkg/status
1:2014.1.5-0ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
1:2014.1.2-0ubuntu1.1 0
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
1:2014.1-0ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
[Test Case]
See screenshots attached to bug.
[Regression Potential]
This is a minor update to scss primary-button color override for the openstack dashboard with minimal regression potential.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1481216/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list