WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 52822
52474
Volume slider for audio element does not fully display in Qt
https://bugs.webkit.org/show_bug.cgi?id=52474
Summary
Volume slider for audio element does not fully display in Qt
Keith Rosenblatt
Reported
2011-01-14 13:17:46 PST
Overview: The volume slider, upon hovering over the mute button of an audio element, is not fully visible. The portion that displays beyond the controls panel is hidden. Steps to Reproduce: 1) View html page with an audio element in QtTestBrowser 2) move cursor over mute button 3) view volume bar that appears Actual Results: Only very bottom of volume bar is visible Expected Results: Entire volume slider should be visible. Build Date & Platform: Build 2011-01-14 on Linux with Qt 4.7.0
Attachments
Fix to Qt media control CSS
(24.70 KB, patch)
2011-01-18 11:39 PST
,
Keith Rosenblatt
no flags
Details
Formatted Diff
Diff
Fix to Qt media control CSS
(5.28 KB, patch)
2011-01-19 10:37 PST
,
Keith Rosenblatt
laszlo.gombos
: review-
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Keith Rosenblatt
Comment 1
2011-01-18 11:39:19 PST
Created
attachment 79301
[details]
Fix to Qt media control CSS
Keith Rosenblatt
Comment 2
2011-01-19 10:37:21 PST
Created
attachment 79446
[details]
Fix to Qt media control CSS Drop unnecessary pixel test
Antonio Gomes
Comment 3
2011-01-19 11:25:10 PST
Comment on
attachment 79446
[details]
Fix to Qt media control CSS The test lacks expected results for platforms other than Qt.
Laszlo Gombos
Comment 4
2011-01-19 20:30:23 PST
Comment on
attachment 79446
[details]
Fix to Qt media control CSS r- to fix expected results for other ports. An entry in the Skipped lists with a comment will do it.
Antonio Gomes
Comment 5
2011-01-21 06:35:52 PST
(In reply to
comment #4
)
> (From update of
attachment 79446
[details]
) > r- to fix expected results for other ports. An entry in the Skipped lists with a comment will do it.
I am afraid skipping the test for other can not be ideal, since this is changing default .css files. - overflow: hidden; + overflow: visible; height: 100%; I would suggest at least also checking in Mac expected files...
Antonio Gomes
Comment 6
2011-01-21 11:07:14 PST
I am afraid skipping the test for other can not be ideal, since this is changing default .css files.
> I would suggest at least also checking in Mac expected files...
Correcting myself, the file being changed is Qt-only, so no worries. Another option is adding the test to LayoutTest/platform/qt/xxx/yyy , so it will only run on QtWebKit, and does not need to be skipped to others. Up to you ...
Keith Rosenblatt
Comment 7
2011-01-21 11:49:30 PST
Comment on
attachment 79446
[details]
Fix to Qt media control CSS Obsoleted by
https://bugs.webkit.org/show_bug.cgi?id=52822
Keith Rosenblatt
Comment 8
2011-01-21 11:52:55 PST
*** This bug has been marked as a duplicate of
bug 52822
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug