DescriptionFixing a bug where c.g.g.dom.client.Style can throw a JS exception if a style property is set to a numeric type (eg: zIndex = 1). Most browsers automatically coerce the value to a String, but IE6-7 does not. We now coerce the returned value to a string if it is a numeric type. This doesn't come up often because you have to manually set the value to a numeric type using a native method (our API always sets the value as a string). Issue: 5548 Patch Set 1
Total comments: 3
Patch Set 2 : Updated based on comments
Total comments: 4
Created: 1 year ago
MessagesTotal messages: 7
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||