Index: Source/WebCore/html/shadow/SliderThumbElement.cpp |
=================================================================== |
--- Source/WebCore/html/shadow/SliderThumbElement.cpp (revision 122864) |
+++ Source/WebCore/html/shadow/SliderThumbElement.cpp (working copy) |
@@ -218,6 +218,7 @@ |
if (!input->renderer() || !renderer()) |
return; |
+ input->setTextAsOfLastFormControlChangeEvent(input->value()); |
LayoutPoint offset = roundedLayoutPoint(input->renderer()->absoluteToLocal(point, false, true)); |
bool isVertical = hasVerticalAppearance(input); |
LayoutUnit trackSize; |