[Webkit-unassigned] [Bug 123199] New: [WINCE]Input tag of number type is not painted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 23 01:49:03 PDT 2013


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

           Summary: [WINCE]Input tag of number type is not painted
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zhuangzg at cn.fujitsu.com


On WinCE port, the Input tag of number type is not painted.
Such as below:
<input type="number" name="number" value="100" >

In fact, the method of "RenderThemeWinCE::paintSliderTrack" and "RenderThemeWinCE::paintSliderThumb" was implemented, but wrong value was returned.
It is expected a value of false if we want to paint it.

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