Today while working on a website, I encountered something strange. In the footer section of the site, there is a quick contact form. However, I noticed that in Firefox, I am unable to focus on the email field. Surprisingly, this issue does not occur in Chrome. I haven't had the chance to check it on IE as well.
The website runs on Drupal and the form is using the webform module's block. There seems to be no specified JavaScript file on the fields. A peculiar observation I made is that when I inspect the email field and change its type to something different, it starts working!
I would greatly appreciate any assistance. Thank you.