[Webkit-unassigned] [Bug 129743] New: "autofocus" attribute handling is not compatible with other browsers
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 5 09:56:50 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=129743
Summary: "autofocus" attribute handling is not compatible with
other browsers
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
URL: data:text/html,<input autofocus> <input autofocus>
OS/Version: Unspecified
Status: NEW
Keywords: BlinkMergeCandidate
Severity: Normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ddkilzer at webkit.org
CC: rniwa at webkit.org, tkent at chromium.org
>From <https://code.google.com/p/chromium/issues/detail?id=336346>:
Version: All
OS: All
What steps will reproduce the problem?
1. Open the following URL:
data:text/html,<input autofocus> <input autofocus>
What is the expected output? What do you see instead?
Expected: According to the standard, Firefox, and IE11, the first <input> gets focus.
Actual: The second <input> gets focus.
--
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