Let me start with the disclaimer that I am not a formally trained GIS person, but do work on the odd web mapping application.
We've got a JSAPI 2.3 web map that displays points on a map, and clicking these points displays an infoWindow showing a little bit of data about the point. Basic stuff.
We're faced with a major issue that's been tough to debug. Clicking the symbols on the map doesn't do anything. However, clicking approximately 50 pixels above the point reveals the infoWindow.
Now the truly odd part: Sometimes this happens, but once in awhile everything is lined up correctly! Weirder still: If I'm in Chrome or IE9 with their developer consoles to check for errors (there are none reported), everything lines up correctly!
Has anyone seen this sort of behaviour, or point me in the right direction for things I should be looking at? Any insights would be very much appreciated.