cczw2010 / chromedevtools

Automatically exported from code.google.com/p/chromedevtools
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Comment within property issue #99

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
SDK/Debugger version:
Eclipse version:
Google Chrome/V8 Embedder + version: Version 35.0.1916.153 m
[For WebKit (WIP) protocol] Backend version:
OS + version: Windows 8 64-bit

What steps will reproduce the problem?
1. Have a css definition with a comment before the property (e.g. a { color: /* 
test */ #444; } )
2. Inspect, then uncheck the style in the developer tools panel
3. Re-check the style, and the value disappears

What is the expected result?

Restore the original value

What happens instead?

The comment within the value is modified such that the original value 
disappears, and the closing comment tag is removed

Please provide any additional information below. If possible, attach a
(reduced) test-case.

I created this jsFiddle to demonstrate the problem. Also, here is a screen cast 
of the issue: http://www.screenr.com/UzAN

Original issue reported on code.google.com by wowmo...@gmail.com on 14 Jun 2014 at 6:28

GoogleCodeExporter commented 8 years ago
Oops, submitted to 
https://code.google.com/p/chromium/issues/detail?id=384744&thanks=384744&ts=1402
770985

Original comment by wowmo...@gmail.com on 14 Jun 2014 at 6:37

GoogleCodeExporter commented 8 years ago

Original comment by apav...@chromium.org on 27 Feb 2015 at 6:57