Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.0.0
-
None
-
Mac OS 10.8.2
Description
The following lines in normalize.css cause weinre to throw the below error causing the ability to inspect client styles to fail.
https://github.com/appleboy/normalize.scss/blob/master/normalize.css
–
/*
- Remove inner padding and search cancel button in Safari 5 and Chrome
- on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
–
Weinre server error:
2013-03-11T23:18:19.932Z weinre: target t-113: weinre: invocation exception on WiCSSImpl.getStylesForNode(): Error: SyntaxError: DOM Exception 12
–
Result: client style inspection fails.
–
Version: 2.0.0-pre-HA5N9T49
Attachments
Issue Links
- is duplicated by
-
CB-2651 [weinre] Weinre style inspection breaks with angular.js
- Closed