Jeff Froom created CB-2650:
------------------------------
Summary: [weinre] Weinre style inspection breaks with normalize.css
Key: CB-2650
URL: https://issues.apache.org/jira/browse/CB-2650
Project: Apache Cordova
Issue Type: Bug
Components: weinre
Affects Versions: 2.0.0
Environment: Mac OS 10.8.2
Reporter: Jeff Froom
Assignee: Patrick Mueller
Priority: Blocker
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
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira