sbmpost / AutoRaise

AutoRaise (and focus) a window when hovering over it with the mouse
GNU General Public License v3.0
1.47k stars 60 forks source link

App affecting behavior of drop-down menus in Excel #222

Open mau-lopez opened 2 weeks ago

mau-lopez commented 2 weeks ago

First of all, this is a fantastic app. For me it's a game changer while working with a 4k monitor with several windows opened. Keep up with the good work! I noticed a bug when trying to select a color from a drop-down menu (mini window) which is shown in the attached screen shot. Specifically, after clicking over the color selector, the drop-down mini window displaying the colors shows for a moment and disappears. But If one clicks and keeps the left mouse button pressed down when clicking on the color selector (instead of just clicking on it), and then one moves the pointer downwards over the colors, then the drop-down mini window does not disappear, then one can let go of the left mouse button, move the cursor over a chosen color, click on it and the color is correctly selected. Hope this help pinpoint the bug. Screenshot 2024-09-21 at 7 43 03 p m

Laaarge commented 1 day ago

Assuming this isn't related to issue #100, i ran the default config with verbose : ./AutoRaise -pollMillis 50 -delay 1 -focusDelay 0 -altTaskSwitcher false -mouseDelta 0.1 when hovering over the specific window you mention, the log sais this: 2024-10-08 09:00:43.091 AutoRaise[77876:1012415] Mouse window: Meaning the (sub)window has no name, which may be the cause. I will maybe look further into it, but in the meantime, this may be useful.