[Webkit-unassigned] [Bug 123199] [WINCE]Input tag of range type is not painted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 23 17:47:11 PDT 2013


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





--- Comment #2 from Zhuang Zhigang <zhuangzg at cn.fujitsu.com>  2013-10-23 17:45:57 PST ---
(In reply to comment #0)
> 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.

Sorry, I made a mistake.It is the problem of input range type. Changed the summary and will upload a new patch.

the Input tag of range type is not painted on WINCE port
Such as below:
<input type="range" name="range" value="100" >

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