I have an app that's been dropped in my lap that uses bootstrap
checkbox. On Chrome the boxes are blank - i.e. if you click on them
they don't checked, although the action associated with checking or
unchecking them is performed. In the console I see these errors:

Failed to decode downloaded font:
http://foo.bar.com:8000/fonts/glyphicons-halflings-regular.woff
OTS parsing error: invalid version tag
Failed to decode downloaded font:
http://foo.bar.com:8000/fonts/glyphicons-halflings-regular.ttf
OTS parsing error: invalid version tag
Failed to decode downloaded font:
http://foo.bar.com:8000/fonts/glyphicons-halflings-regular.woff2
OTS parsing error: invalid version tag

On FF I don't get these errors, but the boxes still do not have checks
in them - they have E067 then they're checked and E157 when they are
unchecked.

I looked in the bootstrap-glyphicons.css file and found this:

.glyphicon-check:before{content:"\e067";}
.glyphicon-unchecked:before{content:"\e157";}

What are those Chrome errors and why don't I get them on FF?
How can I get the checkmarks to properly appear on both browers?

Thanks!
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to