possible bug version 1.7

Hello,

While rendering CZML, when I click an Entity on the map (to display the info widget) I get this violent exception (below). My "description" HTML is this:
<div>Equipment: L<br/>Type: A321<br/>Depart: CLT<br/>Arrive: JFK</div>

An error occurred while rendering. Rendering has stopped.
undefined
TypeError: Cannot read property 'alpha' of undefined
TypeError: Cannot read property 'alpha' of undefined
    at null.wa (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:462:23030)
    at Function.f.notifySubscribers (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:458:15220)
    at Function.t.W (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:458:16895)
    at t [as _descriptionSanitizedHtml] (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:458:16784)
    at a.defineProperty.set (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:462:18514)
    at l [as description] (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:458:20932)
    at Z._onTick (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:464:19500)
    at r.raiseEvent (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:417:22694)
    at l.tick (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:423:12017)
    at P.render (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:462:1888)

I don't believe this happened in version 1.6 .

Also seeing this exception on entity click:
An error occurred while rendering. Rendering has stopped.
undefined
TypeError: Cannot read property 'background-color' of null
TypeError: Cannot read property 'background-color' of null
    at null.wa (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:462:23003)
    at Function.f.notifySubscribers (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:458:15220)
    at Function.t.W (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:458:16895)
    at t [as _descriptionSanitizedHtml] (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:458:16784)
    at a.defineProperty.set (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:462:18514)
    at l [as description] (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:458:20932)
    at Z._onTick (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:464:19500)
    at r.raiseEvent (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:417:22694)
    at l.tick (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:423:12017)
    at P.render (http://localhost:8080/sdat/js/cesium_1.7/Cesium.js:462:1888)

Hello,

we ran into this one also…(" Cannot read property ‘background-color’ of null ") is it caused by this bug: ?

https://github.com/AnalyticalGraphicsInc/cesium/issues/2545

if so you can fix it yourself in the code pretty easily which will suffice until the fixed version (presumably 1.8) is available

-i

Also, we will most likely do a 1.7.1 release this Friday to address this (and a few KML bugs we found after release).

1.7.1 is now available and fixes this issue: http://cesiumjs.org/2015/03/02/Cesium-version-1.7.1-released/