I am using a template to build a one page portfolio site. The contact form is acting very strange. I cannot enter space in any of the contact fields.
I’m using the following jQuery plugins:
- Gallerific
- PikaChoose
- Fancybox
When you focus in on the message field, it does not allow you to use any spaces. Any ideas on why the spacebar doesn’t work?
jquery.gallerific.js implements a page-wide keydown handler that captures the spacebar and stops it from functioning.
If you scroll back to the gallery portion of the document while still focusing the form, you will notice that pressing the spacebar progresses to the next image.