Bug 290863 - Kmix slider doesn't move when you scroll above it
Summary: Kmix slider doesn't move when you scroll above it
Status: RESOLVED FIXED
Alias: None
Product: kmix
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Christian Esken
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-07 10:05 UTC by Nikola Schnelle
Modified: 2012-02-28 00:02 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikola Schnelle 2012-01-07 10:05:55 UTC
Version:           unspecified (using Devel) 
OS:                Linux

Kmix slider doesn't move when you scroll above it. Volume will increase/decrease but slider wont move.

Reproducible: Didn't try

Steps to Reproduce:
Click on kmix icon and then scroll above slider. Volume will increase/decrease but slider WONT move

Actual Results:  
Slider is not moving.

Expected Results:  
Slider moving up/down with increasing/decreasing volume.

Also icon doesn't change on mute/unmute in kmix pop-up window.
Comment 1 Nikola Schnelle 2012-01-07 10:07:19 UTC
"Reproducible: Didn't try" should be "Reproducible: Always"
Comment 2 xejakig884 2012-01-07 14:53:00 UTC
I can confirm this bug.

Also reported here - https://bugs.launchpad.net/kubuntu-ppa/+bug/910847
Comment 3 black_painkiller 2012-01-07 15:09:40 UTC
Confirm
Comment 4 Andreas Kuhl 2012-01-10 09:15:58 UTC
Confirmed!
Comment 5 Hariec 2012-01-28 13:47:40 UTC
Confirm.The same problem.
Comment 6 Yuego 2012-01-28 14:09:32 UTC
Gentoo 64bit
KDE 4.8.0
Confirm
Comment 7 Jekyll Wu 2012-01-28 14:39:31 UTC
*** This bug has been confirmed by popular vote. ***
Comment 8 simon 2012-02-13 13:08:56 UTC
still present in current git, a real annoying bugger this, pls fix this!
Comment 9 Christian Esken 2012-02-27 23:09:04 UTC
We are not actually only talking about trunk as reported by Nikola, and NOT 4.8.0 as reported by Yuego in comment 6, right?

Because I am aware of the issues in trunk, as I am cleaning up some code there. 4.8 works wonderful for me in this regard, and I do not think I have touched any code there.
Comment 10 Christian Esken 2012-02-27 23:11:33 UTC
Oh, (In reply to comment #9)
> We are not actually only talking about trunk as reported by Nikola, and NOT
> 4.8.0 as reported by Yuego in comment 6, right?
> 
> Because I am aware of the issues in trunk, as I am cleaning up some code there.
> 4.8 works wonderful for me in this regard, and I do not think I have touched
> any code there.

Sorry, this was about the slider and not the icon. I now see the problem. Yes, this needs to be fixed immediately - for KDE4.8.1.
Comment 11 Christian Esken 2012-02-27 23:53:59 UTC
SVN commit 1282606 by esken:

Fix slider in Tray Popup to follow volume changes again.
Branch 4.8

 M  +4 -0      kmixdockwidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1282606
Comment 12 Christian Esken 2012-02-28 00:02:13 UTC
SVN commit 1282607 by esken:

Fix slider in Tray Popup to follow volume changes again (trunk)
Fix mute state for WheelEvent in DockIcon
Related: bug 294626

 M  +2 -1      kmixdockwidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1282607