stefansundin / altdrag-import

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

[Bug] Scroll window under mouse pointer not working as expected with Explorer windows #117

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run AltDrag
2. Open Explorer window and enter C:\Program files on the the left
3. Move mouse over the right part of the Explorer Windows and try using 
mousewheel

What is the expected output? What do you see instead?
Only the left part of Explorer window reacts to mousewheel, even if you're over 
the right part.

What version of AltDrag are you using? On what operating system?
1.0b3

Please provide any additional information below.
Win7 x64 HP

Original issue reported on code.google.com by hexaae@gmail.com on 7 Jul 2013 at 2:27

GoogleCodeExporter commented 9 years ago
I've joust found this program, Public Domain (code should be recyclable), that 
adds the same function, but works as expected with EVERY window and with x86, 
x64 systems:
http://sourceforge.net/projects/flashwheel/files/

Original comment by hexaae@gmail.com on 7 Jul 2013 at 4:14

GoogleCodeExporter commented 9 years ago
Thanks for finding that tool. I will definitely take a look at its source code 
and see if I can fix it for AltDrag. Cheers! =)

Original comment by recover89 on 7 Jul 2013 at 6:09

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r501.

Original comment by recover89 on 21 Jul 2013 at 10:43

GoogleCodeExporter commented 9 years ago
Ok, so I've investigated the problem and fixed it.

The only thing that FlashWheel does differently now is that it tries to dismiss 
tooltips in order to find something scrollable under them. If you can find me a 
program where such an action is desirable, I might implement that in AltDrag as 
well.

Original comment by recover89 on 21 Jul 2013 at 10:46

GoogleCodeExporter commented 9 years ago
Maybe when a baloon tip pops up in a program or Windows tray and covers the win 
you were scrolling?

Original comment by hexaae@gmail.com on 22 Jul 2013 at 4:03

GoogleCodeExporter commented 9 years ago
Yes, maybe, but I can not see that happening often enough to be annoying. I 
guess there are some program, maybe Word or a similar program, which creates 
annoying tooltips in the middle of the window.

You can try it out in the files with your Italian translation that I just sent 
you. Let me know if you have any more problems.

Original comment by recover89 on 22 Jul 2013 at 4:48

GoogleCodeExporter commented 9 years ago
I found a scenario where it is useful to dismiss tooltips. If you use Spy++ and 
make the window very small so that tooltips appear when you hover items in the 
list, then you can't scroll. This also applies when you drag windows, so I will 
fix that there too.

Original comment by ste...@stefansundin.com on 25 Aug 2013 at 7:26