[Webkit-unassigned] [Bug 89280] REGRESSION (r120246): <video> progress control doesn't draw handle on Mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 16 03:19:45 PDT 2012


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





--- Comment #6 from Silvia Pfeiffer <silviapf at chromium.org>  2012-06-16 03:19:44 PST ---
OK, since my build doesn't replicate the bug, could you check whether changing this rule in WebCor/css/html.cc to add  "input[type="range"]::-webkit-media-slider-thumb" might fix it?

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: sliderthumb-horizontal;
    -webkit-box-sizing: border-box;
    display: block;
    position: relative;
}

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