Wicket.Event.add(windows, "domready", ...) is triggered too soon in IE7 with
wicket 1.5.x
-----------------------------------------------------------------------------------------
Key: WICKET-4166
URL: https://issues.apache.org/jira/browse/WICKET-4166
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.5.2, 1.5.1
Environment: IE7
windows XP
Wicket 1.5.x
Reporter: Gabriel LANDON
When using wicektstuff-gmap2-example with IE7, the code
Wicket.Event.add(window, "domready", function(event) { new WicketMap2('map1');
is triggered before the page is ready.
So an error is raised saying that "WicketMap2 is undefined".
It's working fine with IE8/IE9, FF7, Chrome and Opera.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira