css incorrect path to icons glyphicons-halflings.png

Bug #1337603 reported by Cindy Lu
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Invalid
Medium
Radomir Dopieralski

Bug Description

With the recent merge from LESS to SCSS, it seems that the a url path to the glyphicons is broken when I use an icon directly (<i class="icon-inbox"></i>).

Not sure if this will be fixed with bootstrap upgrade?

https://github.com/openstack/horizon/blob/master/openstack_dashboard/static/bootstrap/scss/bootstrap/_sprites.scss#L23

background-image: asset-url("glyphicons-halflings.png", image); ==> page not found error @

/static/dashboard/scss/glyphicons-halflings.png. when it should have been:
/static/bootstrap/img/glyphicons-halflings.png

Revision history for this message
Radomir Dopieralski (deshipu) wrote :

It's already fixed in bootstrap: https://github.com/twbs/bootstrap-sass/issues/105 so yes.

Revision history for this message
Justin Pomeroy (jpomero) wrote :

Hopefully we'll be making the bootstrap switch soon? Seems like the "btn-danger" style is also a little messed up. The Images table header isn't looking too good.

Revision history for this message
Radomir Dopieralski (deshipu) wrote :

Yes, we plan to upgrade bootstrap this week.

Changed in horizon:
status: New → Confirmed
importance: Undecided → Medium
assignee: nobody → Radomir Dopieralski (thesheep)
Revision history for this message
Brian Tully (brian-tully) wrote :

I have the opposite problem.
/static/bootstrap/img/glyphicons-halflings.png gives a 404 for me and does not get created when collectstatic is run.

Revision history for this message
Rob Cresswell (robcresswell-deactivatedaccount) wrote :

Bootstrap was upgraded a long time back, and we don't use glyphicons so this should no longer be an issue.

Changed in horizon:
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.