[Webkit-unassigned] [Bug 68513] <input> with autofocus doesn't lose focus when it has a certain onblur listener

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 25 19:05:05 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=68513


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #108463|review?                     |review-
               Flag|                            |




--- Comment #19 from Kent Tamura <tkent at chromium.org>  2011-09-25 19:05:05 PST ---
(From update of attachment 108463)
View in context: https://bugs.webkit.org/attachment.cgi?id=108463&action=review

r- because of fast/forms/autofocus-opera-006.html failed.

> LayoutTests/fast/forms/autofocus-focus-only-once-expected.txt:11
> +TEST COMPLETE
> +PASS document.activeElement is document.getElementById("input2")
> +PASS successfullyParsed is true
> +
> +TEST COMPLETE

Showing "TEST COMPLETE" twice is wrong.
If you'd like to use finishJSTest(), you need to call "jsTestIsAsync = true" before loading js-test-post.js.
Otherwise, I think you can move the content of test() to a place between </pre> and <script> for js-test-post.js, and remove finishJSTest().

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list