You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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](https://private-user-images.githubusercontent.com/44591974/369658710-289eba97-3335-4352-b53b-09d5e24f67ed.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyOTQ5NTksIm5iZiI6MTczOTI5NDY1OSwicGF0aCI6Ii80NDU5MTk3NC8zNjk2NTg3MTAtMjg5ZWJhOTctMzMzNS00MzUyLWI1M2ItMDlkNWUyNGY2N2VkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE3MjQxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJjZTFkMDFjZGQzNGJhNTY2YWIwYWQyYzFlZDY2NGNjODYxNjc5ZmE5ZjFiYjg3YWRkODRlODFhYjdmODYzMTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.eZ2Hmh-ezKEYCrWn6geI28rkFfd9gzxQUw46RYrQ3FQ)
The text was updated successfully, but these errors were encountered: