Hi Monstse
I did some tests with these changes and seem working for me, loading
without error the main page. But the main issue is that i'm using IE9 in
IE7 mode, so not sure if really will work in a real IE7.
If you can try the changes, clean the cache and access to
http://server:8080/geonetwork/srv/eng/main.home*?debug=true*, so
gn_search.js is loaded instead of minified version, would be great to
confirm.
I don't know if this solves all cases, but seem at least initial page load
is fine now. If you confirm is fine, I'll manage to commit in 2.8.x and
master branches.
Changes:
* xsl/main-page.xsl
$("loading").hide() changed to Element.hide("loading")
* scripts/gn_search.js
function openSearch(s)
{
if( ! Prototype.Browser.IE )
{
Effect.BlindDown(s);
}
else
{
*Element.show(s)();*
}
}
function closeSearch(s)
{
if( ! Prototype.Browser.IE )
{
Effect.BlindUp($(s));
}
else
{
*Element.hide(s);*
}
}
Regards,
Jose García
On Mon, Feb 4, 2013 at 12:37 PM, mmarco <mmarcosabate@anonymised.com> wrote:
I Ian,
I realized that the nigthly build '2013-01-2' that I've installed does not
have this patch. I don't know were I can find the 2.8.1 release in order to
test it.
Thanks a lot for your help.
Montse
--
View this message in context:
http://osgeo-org.1560.n6.nabble.com/Ticket-966-Geonetwork-2-8-not-running-in-IE7-tp5031145p5031935.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork
--
*
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/>
*