[Webkit-unassigned] [Bug 85353] New: [chromium] Add WebKit API to access inner text value of input element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 2 01:56:35 PDT 2012


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

           Summary: [chromium] Add WebKit API to access inner text value
                    of input element
           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: keishi at webkit.org
            Blocks: 84346


I need this to implement the datalist UI for  <input type=email multiple>.
HTMLInputElement.value gives you the sanitized value so the whitespace between values are trimmed.
We need to append the selected suggestion to the end without modifying the rest of the text.

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