orion3dgames / gridder

A jQuery plugin that displays a thumbnail grid expanding preview similar to the effect seen on Google Images.
http://orion3dgames.github.io/gridder/
461 stars 130 forks source link

Grinder seems to block cmd R refresh shortcut in Chrome (Mac) #40

Closed burni closed 8 years ago

burni commented 8 years ago

I'm testing Gridder on a Wordpress theme I'm building for myself and it appears to block cmd R shortcut on Chrome. If I remove the script enqueue from my functions.php cmd R works again.

I can refresh via the menus and other keybaord shortcuts work. It's such a bizarre issue.

Any ideas?

orion3dgames commented 8 years ago

Hello. Yes, it does the same for me... I'll have to investigate and fix that burni. Thanks for reporting it.

orion3dgames commented 8 years ago

Ok, it's because there is a e.preventDefault(), which prevent all key presses... I'll push a new version soon.

burni commented 8 years ago

Ah, glad it not just me! Thanks for the quick reply Orion.

And thanks for the plugin - it's really good.