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
Hi everyone! First time user on GitHub. Just wanna say I'm a huge fan of the FaviconBar for Safari and its helping me make the switch from Chrome (Chrome tends to eat up all my CPU and battery).
Is there any way that a developer or myself could make it so that there is some visual effect when I hover over an icon that tells me I'm about to click on the right one, like in Chrome? Basically just darken the area behind it like most things do. I don't know if maybe its supposed to and it doesn't work on the latest Safari (I'm running Version 10.1 (12603.1.30.0.34)), but if anyone could help me out with that, that would be super cool. Its the only complaint I have, everything else is fantastic!
The text was updated successfully, but these errors were encountered:
Hey there,
This was something I was really looking forward to implement when I made changes in the last version, and it looks like it is something Rory looked at also based on the code. The issue is it seems like Apple doesn't trigger any mouseover events in the toolbar, this includes JavaScript events and CSS events. I'm guessing this is a security issue, but I haven't been able to find anything as to why it is blocked.
Since they block mouseover events, we can't really do a hover icon state. The only way it might be possible, and I haven't tried yet, is to run a timer that is constantly checking the mouse position and do it that way - but that would increase resource usage for something that may be nice to have, but really isn't completely neccessary.
Hi everyone! First time user on GitHub. Just wanna say I'm a huge fan of the FaviconBar for Safari and its helping me make the switch from Chrome (Chrome tends to eat up all my CPU and battery).
Is there any way that a developer or myself could make it so that there is some visual effect when I hover over an icon that tells me I'm about to click on the right one, like in Chrome? Basically just darken the area behind it like most things do. I don't know if maybe its supposed to and it doesn't work on the latest Safari (I'm running Version 10.1 (12603.1.30.0.34)), but if anyone could help me out with that, that would be super cool. Its the only complaint I have, everything else is fantastic!
The text was updated successfully, but these errors were encountered: