Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.5.1, 1.5.2
-
None
-
IE7
windows XP
Wicket 1.5.x
Description
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.