code-google-com / arora

Automatically exported from code.google.com/p/arora
0 stars 0 forks source link

the audio volume don't work correctly #947

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
Create a html file with an audio element:
<audio src="f.ogg" autoplay="autoplay" controls="controls" volume="1" 
id="player">
2.
set the master volume on the computer to for example 50%
3.
Launch the html file and set the volume to 100% and back to 50%
Modifyung the volume to 100% set also the master on the system to 100%
decreasing the volume setting don't modify the volume on the system

What is the expected output? What do you see instead?
Don't touch to the system sound volume do all within the browser, Specially 
increasing the
volumen shall not change the system settings.

What version of the product are you using? On what operating system?
Linux Fedora 16 with pulseaudio
Arora 0.11.0

Please provide any additional information below.

Original issue reported on code.google.com by jj.sar...@t-online.de on 2 Jan 2012 at 4:59

GoogleCodeExporter commented 9 years ago
This would be a bug with the audio port layer of QtWebKit.

Original comment by ice...@gmail.com on 3 Jan 2012 at 12:36