Bug 137917 - REGRESSION(r170808): [GTK] Volume slider in built-in media controls only changes volume when thumb is released, not while dragging
Summary: REGRESSION(r170808): [GTK] Volume slider in built-in media controls only chan...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://movies.apple.com/movies/us/app...
Keywords: InRadar, Regression
Depends on: 137805
Blocks:
  Show dependency treegraph
 
Reported: 2014-10-21 04:57 PDT by Xabier Rodríguez Calvar
Modified: 2017-03-11 11:13 PST (History)
16 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.