-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with clicking on SwtichRow's GtkSwitch handle #17
Comments
It is expected behavior, and i was too lazy to handle it but since it seems tk be an issue i'll try to fix it sometimes Wednesday lr this weekend. cant promise anything cuz skl |
yeah it's pretty minor, I guess you could just write a little note in readme and leave it as it is |
This is only a minor problem if you know about it. For some reason the toggle switches, giving visual feedback, but no action is taken. |
yeah it seems to be a bug with how gnome makes their switch rows. imma need to redesign the row itself to do that but currently i have midyear exams, so i dont have time |
Hi, first of all thank you for your hard work, this is a really cool tool :)
Today I've tried overskride for the first time and everything works great except one really weird behavior - If I click on switch handle inside SwitchRow nothing happens. Literally every switch (powered, device connection etc.) does nothing, but if I click not on switch but on whole SwitchRow's body my click finally works.
According to libadwaita docs this feels like expected behavior (https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/class.SwitchRow.html)
Nothing about clicks on switch handle.
Idk maybe this problem is specific to my device and on your side everything works well, let me know if so pls.
By the way, I've also have Bottles (gaming wine tool) installed, it also uses libadwaita but clicks on switch handle in Bottles works ok. I've checked Bottles source code and found that they handle switch handle (haha, lol) separately inside ActionRow - https://github.com/bottlesdevs/Bottles/blob/f9c19ae7cd2c830ee085aad30c8076207331a7e0/bottles/frontend/ui/preferences.blp#L17
I guess that's why both clicking on row body and switch handle works just right.
Anyways this shit is minor af, so, you shouldn't probably waste your time on stuff like that now, but at least we can check if problem is only on my side or not
Thanks!
The text was updated successfully, but these errors were encountered: