jwarby / jquery-awesome-cursor

jQuery plugin for using FontAwesome icons as custom CSS cursors
https://jwarby.github.io/jquery-awesome-cursor/
MIT License
179 stars 69 forks source link

Weird quote bug on my chrome #14

Closed cauerego closed 9 years ago

cauerego commented 9 years ago

Most cursors will show in quotes. The iframe one in particular gets really big:

screenshot

(this was a bit harder to screenshot than I'd hope to!)

jwarby commented 9 years ago

Hi @cauerego, I can't rep this issue in Chrome or Firefox. There was a very similar issue in Firefox a while back though (#10). I'm assuming the fix will be pretty much the same, so I'll push a branch later that you can then test on your machine.

Also, what version of Chrome are you on? For reference, my version is 42.0.2311.90.

cauerego commented 9 years ago

Right now it's 43.0.2357.52 beta. I don't even recall why I'm using beta...

It does look a very similar bug indeed. This doesn't happen on Safari, so probably it is related to being a beta chrome after all.

jwarby commented 9 years ago

Do you have a non-beta version to test on?

I tried Chrome Canary, beta and stable on Windows and all were fine (I think all of them were at v42.* though - in Linux atm so can't check).

cauerego commented 9 years ago

Nope, sorry. And I'm on a mac.

If you really want me to troubleshoot this further I can look into it later on. But if it's just for myself, I'm good. Ended up giving up on it thanks to issue #9 ;)

j5vii commented 9 years ago

I'm having this problem under OS X Chrome and Firefox as well. I will look at issue #9 to see what help might be there...

cauerego commented 9 years ago

@j5vii I believe it's completely non related. I just mentioned it because that was the one that made me giving up on using jquery awesome and so going forward here became moot for me.

j5vii commented 9 years ago

there's a branch called issue-gh-14 ... I'm using that branch and things are working for me.

jwarby commented 9 years ago

Hi @j5vii, @cauerego. My Chrome installation has updated to v43 and I'm seeing the same issue now. As I can now test it properly, I will merge issue-gh-14 in and cut a new release this week.

Thanks for your help!