[webkit-reviews] review granted: [Bug 51679] Web Inspector: A disabled style property should get enabled when edited : [Attachment 77610] [PATCH] propertyText change computation fixed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 29 02:59:18 PST 2010


Pavel Feldman <pfeldman at chromium.org> has granted Alexander Pavlov (apavlov)
<apavlov at chromium.org>'s request for review:
Bug 51679: Web Inspector: A disabled style property should get enabled when
edited
https://bugs.webkit.org/show_bug.cgi?id=51679

Attachment 77610: [PATCH] propertyText change computation fixed
https://bugs.webkit.org/attachment.cgi?id=77610&action=review

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

> WebCore/inspector/front-end/CSSStyleModel.js:475
> +		   if (newProperty && this.disabled &&
!propertyText.match(/^\s*$/) && textChanged) {

No need to check for textChanged.


More information about the webkit-reviews mailing list