[Webkit-unassigned] [Bug 38825] New: HTMLInputElement::size not available through Chromium WebInputElement interface

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 9 17:12:05 PDT 2010


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

           Summary: HTMLInputElement::size not available through Chromium
                    WebInputElement interface
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dhollowa at chromium.org
                CC: dhollowa at chromium.org


The Chromium WebInputElement interface does not provide an accessor to HTMLInputElement::size().  During form AutoFill Chromium needs to access the input element's size attribute in aid of form matching and filling heuristics.

Files in question:
  WebKit/chromium/public/WebInputElement.h
  WebKit/chromium/src/WebInputElement.cpp

Expected:
  WebKit::WebInputElement::size() method should exist and provide value of HTMLInputElement::siz().

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