Project

General

Profile

Actions

Bug #7487

closed

Bullet points visible next to dashboard widgets

Added by Dominic Cleal over 9 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Dashboard
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

When viewing the dashboard on a source or production installation with precompiled assets, bullet points are visible to the left of dashboard widgets. This doesn't happen on a development source install (only when precompiled), or on RPM installations - it's probably specific to certain versions of gems.

It appears that some high Unicode character is getting compiled into the assets:

# source install
$ egrep -o "..gridster ul" public/assets/application.css | xxd
0000000: efbb bf2e 6772 6964 7374 6572 2075 6c0a  ....gridster ul.

# Ubuntu 14.04 with 1.6.0
# egrep -o "..gridster ul" /var/lib/foreman/public/assets/application.css | xxd
0000000: efbb bf2e 6772 6964 7374 6572 2075 6c0a  ....gridster ul.

# EL6 with nightly
# egrep -o "..gridster ul" /var/lib/foreman/public/assets/application.css | xxd
0000000: 7d2e 6772 6964 7374 6572 2075 6c0a       }.gridster ul.

If I edit the compiled asset files on disk and refresh, the bullet points disappear.


Files

Screenshot from 2014-09-17 10_59_15.png View Screenshot from 2014-09-17 10_59_15.png 26.4 KB unicode character visible in vim Dominic Cleal, 09/17/2014 05:59 AM
Screenshot from 2014-09-17 11_01_25.png View Screenshot from 2014-09-17 11_01_25.png 104 KB screenshot Dominic Cleal, 09/17/2014 06:01 AM
Actions

Also available in: Atom PDF