Calling any of the Viewer digitizing functions like DigitizePolygon in MGE 2008 causes IE 6 and 7 to generate this message:
"Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus". This is caused by line 3656 of viewerfiles\ajaxmappane.templ: <input id="KeyTarget" type="hidden" It looks like IE can't give the focus to a hidden element. MGOS 1.1 has type="text" here, and changing it to that fixes the problem in MGE 2008. I think this change is a response to another digitizing problem documented in ticket 5 in trac, at: http://trac.osgeo.org/mapguide/ticket/5 I guess the fix worked its way into MGE 2008. -- View this message in context: http://www.nabble.com/Digitize-Functions-error-tf4331724s16610.html#a12336814 Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
