[Geomoose-users] Feature editor and IE

Jim Hagedorn jhagedorn at bannerassociates.com
Wed Feb 16 15:47:43 EST 2011


Johan

This I think is the answer that made it work for me.

Jim
I had notes for feature editor:
I had a note to comment out the following code in service_manager.js and compiled.js.  This seems to make things work.
********Code to comment out**********
/* shift focus to the first non-hidden input of the service */
                var inputs = p.getElementsByTagName('input');
                var notfound = true;
                for(var i = 0; i < inputs.length && notfound; i++) {
                        if(inputs[i].type != 'hidden' && inputs[i].type != 'radio') {
                                inputs[i].focus();
                                notfound = false;
                        }
                }
****************************************
P.S.
There is not an html page for the services.  Most of the website is driven by the mapbook.xml file and .js files.

Mark Volz
GIS Specialist
Lyon County, MN
507-532-8218


Jim Hagedorn
Banner Associates
Brookings, SD

-----Original Message-----
From: Johan Forsman [mailto:Johan.Forsman at LA.GOV] 
Sent: Wednesday, February 16, 2011 2:09 PM
To: 'geomoose-users at lists.sourceforge.net'
Subject: [Geomoose-users] Feature editor and IE

All:

I have successfully enabled the feature editor function on our GM2.2 installation, however it does not work properly in Internet Explorer. If a user attempts to create a new feature using IE two things happen:

1) When one clicks "Next" to proceed the drawn feature disappears, and

2) There is neither a "Go" nor a "Back" button on the subsequent attribute-entry page.

Firefox and Chrome do not suffer this defect, however installing alternative software is not an option for many of our users.

Is there anything I can do in the code to convince IE of the errors of its ways?

Thanks!
/Johan.

----------------------
Johan Forsman
Geologist
Safe Drinking Water Program
Louisiana Department of Health and Hospitals
Telephone: 225.342.7309
Telefax: 225.342.7303



------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Geomoose-users mailing list
Geomoose-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geomoose-users




More information about the Geomoose-users mailing list