You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by msantos <mp...@gmail.com> on 2010/09/25 02:24:48 UTC

Modal Window and IE8

Hello there. 

I have notice that the problem that im posting have been already discussed,
but i couldn't find the solution. When i was close to it, the page was
already been removed.

I'm having problems with modal windows on the IE Browser (IE8). On Google
Chrome and Firefox it work fine, on the IE, i get the next error message:
The address is nod valid and the url becomes http:///

The most strange is that the example on the wicket site works fine on my IE
Browser. 

Does anyone know how to solve the problem? Can anyone give a link to an
previous answer, wich i can't find?

Thanks a lot everyone!!
-- 
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Modal-Window-and-IE8-tp2631690p2631690.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Modal Window and IE8

Posted by Gabriel Landon <gl...@piti.pf>.
Which version of wicket are you using?

This problem has been solved in wicket 1.3.6 and wicket 1.4-RC3 see :
http://apache-wicket.1842946.n4.nabble.com/Isssues-in-Modal-Window-display-in-IE8-td1891550.html#a1891550
and the jiraa :
https://issues.apache.org/jira/browse/WICKET-2207

regards,

Gabriel.
-- 
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Modal-Window-and-IE8-tp2631690p2640057.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Modal Window and IE8

Posted by msantos <mp...@gmail.com>.
This is the HTML of the modal window page

<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
<body>
	<div>
	    Last modal window result: <div wicket:id="result"></div>
	    
	    <div wicket:id="modal1"></div>
	     Show modal dialog with a page 
	    <br/>
	</div>
</body>
</html>
-- 
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Modal-Window-and-IE8-tp2631690p2632146.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org