[Webkit-unassigned] [Bug 122590] New: Move inheritance of PopupMenuClient from RenderSearchField to RenderTextControlSingleLine

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 10 01:14:26 PDT 2013


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

           Summary: Move inheritance of PopupMenuClient from
                    RenderSearchField to RenderTextControlSingleLine
           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: changseok.oh at collabora.com


Not only search field but also other single line text fields(text, email etc) could have a popup menu to suggest previous input or show predefined options like datalist.
So I think it would be better that RenderTextControlSingleLine inherits PopupMenuClient than RenderSearchField.
This bug just changes the inheritance status, but eventually I'm going to fill the inherited methods of RenderTextControlSingleLine with code related with datalist.

You can see a rough sketch here. http://cgit.collabora.com/git/user/kevino/WebKit.git/commit/?h=datalist&id=8a931ede66872520559af1f0564cbfa0633fbb14

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