Got strange Chrome Web Developer tools behavior. When I try to change existing CSS properties of element, after hitting enter, it’s resets to previous default state. Earlier, all works well. Has disabled all extensions, nothing changes. What is this?
p.s Chrome version 22.0.1229.94m
Got strange Chrome Web Developer tools behavior. When I try to change existing CSS
Share
http://code.google.com/p/chromium/issues/detail?id=155795 has been fixed in the tip of tree, and the fix will eventually propagate into Chrome 23 (current beta) and Chrome 22 (current stable). Sorry about it, and thanks for your patience.
In any case, check your stylesheets for errors, since this kind of issues happens only while editing broken stylesheets. http://jigsaw.w3.org/css-validator/ is a good tool to use (pay attention to the “Parse error” errors.)