RESOLVED FIXED 63324
Web Inspector: Copying CSS from the Styles sidebar pane includes dots
https://bugs.webkit.org/show_bug.cgi?id=63324
Summary Web Inspector: Copying CSS from the Styles sidebar pane includes dots
Alexander Pavlov (apavlov)
Reported 2011-06-24 07:54:50 PDT
When the copied CSS is pasted into a rich text-aware editor, the HTML formatting is preserved along with dots/numbers preceding each CSS property, which looks wrong. Upstreaming http://code.google.com/p/chromium/issues/detail?id=83056
Attachments
Alexander Pavlov (apavlov)
Comment 1 2011-06-27 02:14:42 PDT
The underlying issue is that very few (if any) editors accepting "text/html" (CFHTML, actually) treat the CSS property "list-style: none" on an OL element (which is present in the emitted CFHTML) correctly (eliminating the bullets/numbers). As such, we are only left to manually build the clipboard contents, which is more than tricky.
Note You need to log in before you can comment on or make changes to this bug.