[Webkit-unassigned] [Bug 94560] [EFL] Support slider tick mark snapping

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 22 05:14:19 PDT 2012


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





--- Comment #11 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2012-08-22 05:14:16 PST ---
(From update of attachment 159857)
View in context: https://bugs.webkit.org/attachment.cgi?id=159857&action=review

> LayoutTests/platform/efl/fast/forms/datalist/range-snap-to-datalist-expected.txt:-8
>  value for 42 is <500
>  value for 43 is <500
>  value for 44 is <500
> -value for 45 is <500

Why do we need a platform expected result? like do we still differ? Like how are the Android values for instnace?

> Source/WebCore/platform/efl/RenderThemeEfl.cpp:817
> +LayoutUnit RenderThemeEfl::sliderTickSnappingThreshold() const
> +{
> +    // The same threshold value as the Chromium port.
> +    return 5;
> +}

So this sounds as we can share the result

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