Here's my problem. I've wired up a basic map. Google layer. Plus a feature layer with a polygon loaded in via WKT. I have an editing tool bar so that the user can, right away, grab the polygon and start moving it around.
It works perfectly in Firefox, Safari and Opera. But Internet Explorer is throwing a "Failed" error as soon as the user grabs one of the vertices and tries to drag it. My JavaScript is validating perfectly in JSLint. I've run it through the debugging suite in Microsoft Visual Web Developer, where it's catching on the following line: "var featureId = node._featureId;" What could possibly be causing that? Is there some pitfall I'm overlooking? Lifelines appreciated, per usual. -- View this message in context: http://n2.nabble.com/IE-6-chokes-on-%22var-featureId-%3D-node._featureId-%22-in-getFeatureIdFromEvent%28%29.-What%27s-up-with-that--tp2298911p2298911.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
