[webkit-reviews] review granted: [Bug 24092] Autofocus readonly inputs : [Attachment 108629] Updated patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 26 12:20:04 PDT 2011


Ryosuke Niwa <rniwa at webkit.org> has granted Kaustubh Atrawalkar
<kaustubh at motorola.com>'s request for review:
Bug 24092: Autofocus readonly inputs
https://bugs.webkit.org/show_bug.cgi?id=24092

Attachment 108629: Updated patch
https://bugs.webkit.org/attachment.cgi?id=108629&action=review

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=108629&action=review


> LayoutTests/fast/forms/autofocus-readonly-attribute.html:11
> +(document.activeElement == document.getElementById("test")) ?
log("PASS"):log("FAIL");

Should we also check document.getElementById("test").focused?


More information about the webkit-reviews mailing list