Bug 89165 - [BlackBerry] media volume slider in wrong position (master_38 regression)
Summary: [BlackBerry] media volume slider in wrong position (master_38 regression)
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Max Feil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-14 22:10 PDT by Max Feil
Modified: 2012-11-02 12:45 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.87 KB, patch)
2012-06-14 22:14 PDT, Max Feil
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Max Feil 2012-06-14 22:10:53 PDT
Due to upstream simplification of the volume slider (bug 82150) it now appears in the wrong location below the media controls. The programmatic controls sizing we do in RenderThemeBlackBerry.cpp relies on absolute positioning of the volume slider container, so the best way to fix this is to set the bottom offset.
Comment 1 Max Feil 2012-06-14 22:14:04 PDT
Created attachment 147731 [details]
Patch
Comment 2 WebKit Review Bot 2012-06-15 07:17:45 PDT
Comment on attachment 147731 [details]
Patch

Clearing flags on attachment: 147731

Committed r120453: <http://trac.webkit.org/changeset/120453>
Comment 3 WebKit Review Bot 2012-06-15 07:17:50 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Max Feil 2012-11-02 12:45:55 PDT
Closing bug for patch that landed a long time ago.