After starting geonetwork, when using IE7 only the header is displayed in
the main page, the body shows the spinner indefinitely. It appears a warning
icon in the status bar of IE and the message when opened is: 'Object doesn't
support this property or method'. It runs properly with Chrome and Firefox.
The geonetwork.log file does not show any error (log4j.cfg all set in
debug).
I've read a solution in the forum provided by José Garcia about adding <meta
http-equiv="X-UA-Compatible" content="IE=IE8" > in the header.xsl file,
however, in GN2.8 RC1 there is already a <meta http-equiv=... > tag.
I think IE7 and IE8 are ignoring this meta tag as applies to a higher
version. Probably following line solves the issue (requires restart
GeoNetwork after change):
Please, if you can open a issue in GeoNetwork Trac and will manage later to
check and fix.
Regards,
Jose García
On Fri, Sep 28, 2012 at 2:10 PM, mmarco <mmarcosabate@anonymised.com> wrote:
Hello,
After starting geonetwork, when using IE7 only the header is displayed in
the main page, the body shows the spinner indefinitely. It appears a
warning
icon in the status bar of IE and the message when opened is: 'Object
doesn't
support this property or method'. It runs properly with Chrome and Firefox.
The geonetwork.log file does not show any error (log4j.cfg all set in
debug).
I've read a solution in the forum provided by José Garcia about adding
<meta
http-equiv="X-UA-Compatible" content="IE=IE8" > in the header.xsl file,
however, in GN2.8 RC1 there is already a <meta http-equiv=... > tag.
--
*
GeoCat Bridge for ArcGIS allows instant publishing of data and metadata on
GeoServer and GeoNetwork. Visit http://geocat.net for details.
_________________________
Jose García
GeoCat bv
Veenderweg 13
6721 WD Bennekom
The Netherlands http://GeoCat.net/>
Jose, I've changed to <meta http-equiv="X-UA-Compatible" content="IE=7"/>
and restarted GN, but still happens the same (the spinner shows indefinitely
in the main page).
Ian, when I change '$("loading").hide();' for 'Ext.get("loading").hide();'
the main page loads but still a yellow icon shows in the status bar with the
message 'Object doesn't support this property or method'. Before changing
that line the error line number was 398 and now the error line number is 88.
As you stated in ticket #996, the main page loads but GN does not work. For
example, the 'Search' button does not work (don't do nothing) and clicking
a category also doesn't work.
Please, let me know if ticket #996 is enough to report the problem or if I
should open a new one.
I did similar tests and same result as you, tested in IE8 gets similar
error. For now, lets manage in issue #996, I'll check for a solution and
will provide a patch asap.
Regards,
Jose García
On Mon, Oct 1, 2012 at 10:27 AM, mmarco <mmarcosabate@anonymised.com> wrote:
Thanks Jose and Ian for your replies,
Jose, I've changed to <meta http-equiv="X-UA-Compatible" content="IE=7"/>
and restarted GN, but still happens the same (the spinner shows
indefinitely
in the main page).
Ian, when I change '$("loading").hide();' for 'Ext.get("loading").hide();'
the main page loads but still a yellow icon shows in the status bar with
the
message 'Object doesn't support this property or method'. Before changing
that line the error line number was 398 and now the error line number is
88.
As you stated in ticket #996, the main page loads but GN does not work. For
example, the 'Search' button does not work (don't do nothing) and clicking
a category also doesn't work.
Please, let me know if ticket #996 is enough to report the problem or if I
should open a new one.
--
*
GeoCat Bridge for ArcGIS allows instant publishing of data and metadata on
GeoServer and GeoNetwork. Visit http://geocat.net for details.
_________________________
Jose García
GeoCat bv
Veenderweg 13
6721 WD Bennekom
The Netherlands http://GeoCat.net/>
I also found that the GN widget interface
/http://<server>/geonetwork/apps/tabsearch// does not run with IE 7, neither
in IE8. It loads a blank page with the spinner showing indefinitely and a
yellow icon appears in the status bar. For Firefox/Chome it runs properly.
The yellow icon informs of this error: 'Error: Expected identifier, string
or icon' .
I would like to take advantage of this thread to inform you that I have just
created a ticket #1087 for catalan translation, as you suggested me in
ticket #964 (sorry for the delay). In the ticket I attached the new catalan
files to be included/replaced.
I'd appreciate if you can update those files. I'll download the nightly
build as soon as included in order to test it again.
I apply the change and it should be in tonight’s nightly build.
However I just noticed (and sent a pull request) on a small typo (my fault)
in the ca.js and I expect that this will be fixed in tomorrows nightly
build.
Once you have tested the nightly build and all is OK, you can close the
ticket.