[Webkit-unassigned] [Bug 95279] New: [Forms] Make HTMLInputElement::blur()/focus() override-able by input type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 28 20:44:31 PDT 2012


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

           Summary: [Forms] Make HTMLInputElement::blur()/focus()
                    override-able by input type
           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: yosin at chromium.org
            Blocks: 95168


This patch is part of Shift+Tab focus navigation fix for multiple time input UI.

On multiple fields time input UI, we would like to make focus() and blur() JavaScript methods to move focus into/out to field inside shadow DOM tree. To do this, we would like make HTMLInputElement::focus()/blur() override-able bu InputType class.

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