I am using JQuery and MVC3 razor on a project and I have a rather strange issue with mouse clicks.
What happens is that when the page loads, I am forced to click somewhere in the page before the mouse/browser/webpage recognizes that I am clicking on a link. This happens on every page, regardless of what link, button, input, etc. that I click.
I could post some code, but I am not sure which code to post since this problem permeates the entire site and there is way more code than I could possibly get into one post. I believe it has something to do with jquery/javascript but I am unsure.
I am at a loss as to where to look for the problem, has anyone ran into this problem before? If so, how did you correct the issue?
Thanks in advance for any help.
I’m pretty sure it must be a presentational problem, maybe related to some CSS issue, could you JSFiddle it ?
Or maybe test your own page without any CSS ? (just comment out the CSS link tag)