[Webkit-unassigned] [Bug 95280] New: [Forms] Rename DateTimeFieldElement::FieldEventHandler to FieldOwner

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 28 21:07:30 PDT 2012


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

           Summary: [Forms] Rename DateTimeFieldElement::FieldEventHandler
                    to FieldOwner
           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


For changing Shift+Tab behavior of multiple field time input UI, DateTimeFieldElement needs to ask field owner for moving focus around field, e.g. focusOnNextFIeld(), and focusOnPreviousField(). These new functions aren't fit for in FieldEventHandler. To make class name matched to its functionality, we would like to rename FieldEventHandler to FieldOwner.

See https://bugs.webkit.org/attachment.cgi?id=161128&action=prettypatch for usage of DateTimeFieldElement::FieldOwner 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