[webkit-reviews] review denied: [Bug 68876] Input element created at later stage(may be after page load) should not be auto focused. : [Attachment 109016] Proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 2 03:45:03 PDT 2011


Kent Tamura <tkent at chromium.org> has denied Rakesh <rakesh.kn at motorola.com>'s
request for review:
Bug 68876: Input element created at later stage(may be after page load) should
not be auto focused.
https://bugs.webkit.org/show_bug.cgi?id=68876

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

------- Additional Comments from Kent Tamura <tkent at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=109016&action=review


r- because the patch wil break existing tests.
We have to change the patch behavior or change the existing tests in this case.


> Source/WebCore/dom/Document.cpp:2165
> +    // Ignore any future Autofocus request from now
> +    setIgnoreAutofocus();
> +

What are the behaviors of IE10, Firefox, and Opera on this?


More information about the webkit-reviews mailing list