[webkit-reviews] review granted: [Bug 51581] Web Inspector: Pasting a style property with value should automatically split it into prop/value : [Attachment 77672] [PATCH] Suggested solution

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 30 05:15:51 PST 2010


Pavel Feldman <pfeldman at chromium.org> has granted Alexander Pavlov (apavlov)
<apavlov at chromium.org>'s request for review:
Bug 51581: Web Inspector: Pasting a style property with value should
automatically split it into prop/value
https://bugs.webkit.org/show_bug.cgi?id=51581

Attachment 77672: [PATCH] Suggested solution
https://bugs.webkit.org/attachment.cgi?id=77672&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=77672&action=review

> WebCore/inspector/front-end/StylesSidebarPane.js:1589
> +	       var nameValue = data.split(":", 2);

If we are supporting pasting "name:value" snippets, why don't we support
pasting
name1 : value1;
name2 : value2;
name3 : value3;
?


More information about the webkit-reviews mailing list