Commit ID
|
Contributor: | jlab...@google.com | Files Modified: | 5 |
| Date: | 16-May-2012 at 13:20 | Lines Added: | 55 | |
| Repository: | http://google-web-toolkit.googlecode.com/svn/trunk /trunk | Lines Removed: | 5 | |
| Commit Comment: | Fixing 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 Author: sa...@samwhited.com, jlabanca Review at http://gwt-code-reviews.appspot.com/1709803 |
|||
| Language | Code Added | Code Removed | Comments Added | Comment Removed | Blanks Added | Blanks Removed | |
|---|---|---|---|---|---|---|---|
| Java | 25 | 3 | 23 | 2 | 7 | 0 | |
| File | Language | Code Added | Code Removed | Comments Added | Comment Removed | Blanks Added | Blanks Removed |
|---|---|---|---|---|---|---|---|
| ...om/google/gwt/dom/client/DOMImplIE9.java | Java | 5 | 0 | 6 | 1 | 1 | 0 |
| ...c/com/google/gwt/dom/client/DOMImpl.java | Java | 5 | 0 | 5 | 0 | 2 | 0 |
| ...oogle/gwt/dom/client/DOMImplTrident.java | Java | 3 | 0 | 5 | 0 | 1 | 0 |
| ...src/com/google/gwt/dom/client/Style.java | Java | 4 | 3 | 0 | 1 | 0 | 0 |
| ...com/google/gwt/dom/client/StyleTest.java | Java | 8 | 0 | 7 | 0 | 3 | 0 |
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.