hi all,
i have an ajax link that targets another panel. when i click that link, i
see nothing in IE, works ok in FireFox. in the wicket ajax debug console got
an "Exception evaluating javascript"
INFO:
<?xml version="1.0"
encoding="UTF-8"?><ajax-response><evaluate><![CDATA[animationManager.setupTransitionFade('infoPanel53');]]></evaluate><component
id="infoPanel53" ><![CDATA[<div class="infopanel" style="visibility:
hidden;" id="infoPanel53">
<div id="info__panel54">
<div class="helpPanel"><!-- -->
<div class="helpContent"> <!-- -->
Terms Of Use<br/><br/>
doda ka ppoooed<br/>
</div>
this is the new shit!
</div>
</div>
</div>]]></component><evaluate><![CDATA[ajaxBlocked = false;
]]></evaluate><evaluate><![CDATA[Wicket.Focus.setFocusOnId(null);]]></evaluate><evaluate><![CDATA[animationManager.doTransitionFade('infoPanel53',
400);]]></evaluate></ajax-response>
INFO: Response parsed. Now invoking steps...
ERROR: Exception evaluating javascript: [object Error]
after some more debugging i found that if i removed all the styles from my
divs (commented class="title" stuff), i could see the panel, but text was
all pixelated. the wierd thing is if i do a page refresh, i see my panel and
the text is not pixelated.
Any help appreciated.
Cheers...
--
View this message in context:
http://www.nabble.com/ajaxed-panel-invisible-in-IE-tp17550407p17550407.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]