Bug 137917

Summary: REGRESSION(r170808): [GTK] Volume slider in built-in media controls only changes volume when thumb is released, not while dragging
Product: WebKit Reporter: Xabier Rodríguez Calvar <calvaris>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply, calvaris, commit-queue, dino, eric.carlson, glenn, graouts, jer.noble, jonlee, mcatanzaro, mitz, philipj, pom, roger_fong, sergio, webkit-bug-importer
Priority: P2 Keywords: InRadar, Regression
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://movies.apple.com/movies/us/apple/ipoditunes/2007/touch/ads/apple_ipodtouch_touch_r640-9cie.mov
Bug Depends on: 137805    
Bug Blocks:    

Description Xabier Rodríguez Calvar 2014-10-21 04:57:32 PDT
We might want to have this behavior also in the crossplatform code.

+++ This bug was initially created as a clone of Bug #137805 +++

The volume slider in the built-in media controls doesn’t change the volume continuously as the thumb is being dragged. Instead, volume only changes when it’s released.

To reproduce: navigate to the URL. When music starts playing, hover over the volume button in the media controls, then click and hold the thumb in the volume slider, and while still holding, drag it downwards. Notice that the volume doesn’t decrease. Release the thumb and notice that the volume drops.

This is a regression, caused by <http://trac.webkit.org/r170808>, the fix for bug 134545.