[Webkit-unassigned] [Bug 108914] New: INPUT_MULTIPLE_FIELDS_UI: Should not move focus if the element already has focus

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 4 23:41:41 PST 2013


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

           Summary: INPUT_MULTIPLE_FIELDS_UI: Should not move focus if the
                    element already has focus
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
            Blocks: 108795


INPUT_MULTIPLE_FIELDS_UI: Should not move focus if the element already has focus

Steps to reproduce this bug:
1. Open data:text/html,<input type=date>
2. Focus on the second or the third sub-field of the date input
3. A script calls dateInput.focus().

Expected:
  Nothing happens because the date input already has focus

Actual:
  The first sub-field is focused.

-- 
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