this happens in chrome and safari, both are webkit based right?

we have a web map application that draws paths on the map based on
user interaction. If you have any familiarity with ESRI, their web map
applications, their server, specifically the .NET flavor of the ADF,
and the javascript classes included with it, then the collection of
classes/calls near where the wrong thing is happening
includes:----------------------------------------------
the GraphicFeature javascript class

the GraphicFeatureGroup javascript class
     the GraphicFeatureGroup  addmethod [Adds an element to the
group]

the map.refresh(); method which should display the new graphic
features after they've been created, and added to the
GraphicFeatureGroup object.
------------------------------------------

I've done a little bit of javascript debugging, thinking maybe it was
a scope issue, or dependancy on stale objects, but I found all of the
above objects did exist [not null] and had good data [spatial
coordinates, etc.].

the maps are SVGs...

the map is currently only accessible from our LAN, so, if anyone has
any ideas let me know and I will try them. Could possibly open up port
80 temporarily if anyone thinks they can help.

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to