[webkit-reviews] review granted: [Bug 58764] Web Inspector: Backspace in the Console is broken : [Attachment 90043] [PATCH] A propert fix that only inhibits Backspace default handling for -webkit-user-modify: read-only elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 18 09:17:34 PDT 2011


Yury Semikhatsky <yurys at chromium.org> has granted Alexander Pavlov (apavlov)
<apavlov at chromium.org>'s request for review:
Bug 58764: Web Inspector: Backspace in the Console is broken
https://bugs.webkit.org/show_bug.cgi?id=58764

Attachment 90043: [PATCH] A propert fix that only inhibits Backspace default
handling for -webkit-user-modify: read-only elements
https://bugs.webkit.org/attachment.cgi?id=90043&action=review

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=90043&action=review

> Source/WebCore/inspector/front-end/inspector.js:797
> +		   var computedStyle =
document.defaultView.getComputedStyle(this.currentFocusElement, null, "");

Could you provide a comment explaining this logic?


More information about the webkit-reviews mailing list