Re: ModalWindow not appearing in IE

2009-05-14 Thread Witold Czaplewski
Am Thu, 14 May 2009 01:06:13 -0700 (PDT)
schrieb freak182 :

> i just add that in my basepage to works on IE7...i couldn't have imagine
> that this line of code saves me a lot.

FYI

http://en.wikipedia.org/wiki/Quirks_mode

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



Re: ModalWindow not appearing in IE

2009-05-14 Thread freak182


http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
http://www.w3.org/1999/xhtml";>

i just add that in my basepage to works on IE7...i couldn't have imagine
that this line of code saves me a lot.


NHSoft.YHW wrote:
> 
> ModalWindow can not appear in IE 6.x, but Firefox 3.x has no problem.
> In IE 6.x, when click show ModalWindow link, the server side code invoke,
> but the browser not show the modalwindow.  ajax debug message detail as
> follow:
> 
> INFO: focus removed from wicket-generated-id-120
> INFO: focus set on showModal233
> INFO: 
> INFO: Initiating Ajax GET request on
> ?wicket:interface=:2:homeTabs:panel:shopDetailPanel:wmcModalWindow:showModal2::IBehaviorListener:0:-1&random=0.702769703404648
> INFO: Invoking pre-call handler(s)...
> INFO: Received ajax response (6568 characters)
> INFO: 
>  encoding="wicket1" >
> INFO: Response parsed. Now invoking steps...
> INFO: 
> INFO: Initiating Ajax GET request on
> resources/org.apache.wicket.extensions.yui.YuiLib/yuiloader-beta.js
> INFO: Invoking pre-call handler(s)...
> INFO: Received ajax response (101707 characters)
> INFO: Invoking post-call handler(s)...
> ERROR: [object Error]
> +++ERROR: Exception evaluating javascript: [object Error]
> INFO: Response processed successfully.
> INFO: Invoking post-call handler(s)...
> INFO: Calling focus on showModal233
> INFO: focus removed from showModal233
> 
> 
> the attachment file is diffirent compare file(the left debug message file
> run ok, the right debug message run failure
> http://www.nabble.com/file/p21215029/POS2.0%25E5%25B7%25AE%25E5%25BC%2582%25E6%25AF%2594%25E8%25BE%2583%25E6%2596%2587%25E4%25BB%25B6.htm
> POS2.0%E5%B7%AE%E5%BC%82%E6%AF%94%E8%BE%83%E6%96%87%E4%BB%B6.htm 
> http://www.nabble.com/file/p21215029/POS2.0%25E5%25B7%25AE%25E5%25BC%2582%25E6%25AF%2594%25E8%25BE%2583%25E6%2596%2587%25E4%25BB%25B6.htm
> POS2.0%E5%B7%AE%E5%BC%82%E6%AF%94%E8%BE%83%E6%96%87%E4%BB%B6.htm )
> 

-- 
View this message in context: 
http://www.nabble.com/ModalWindow-not-appearing-in-IE-tp21215029p23536119.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: ModalWindow not appearing in IE

2008-12-30 Thread Jeremy Thomerson
Have you searched Nabble for past questions on this?  Not sure if you'll
find the answer, but you'll find an abundance of discussion and examples out
there.

http://www.nabble.com/Modal-window-not-appearing-in-IE-td21018938.html

On Tue, Dec 30, 2008 at 3:54 AM, NHSoft.YHW  wrote:

>
> ModalWindow can not appear in IE 6.x, but Firefox 3.x has no problem.
> In IE 6.x, when click show ModalWindow link, the server side code invoke,
> but the browser not show the modalwindow.  ajax debug message detail as
> follow:
>
> INFO: focus removed from wicket-generated-id-120
> INFO: focus set on showModal233
> INFO:
> INFO: Initiating Ajax GET request on
>
> ?wicket:interface=:2:homeTabs:panel:shopDetailPanel:wmcModalWindow:showModal2::IBehaviorListener:0:-1&random=0.702769703404648
> INFO: Invoking pre-call handler(s)...
> INFO: Received ajax response (6568 characters)
> INFO:
>  encoding="wicket1" >
> INFO: Response parsed. Now invoking steps...
> INFO:
> INFO: Initiating Ajax GET request on
> resources/org.apache.wicket.extensions.yui.YuiLib/yuiloader-beta.js
> INFO: Invoking pre-call handler(s)...
> INFO: Received ajax response (101707 characters)
> INFO: Invoking post-call handler(s)...
> ERROR: [object Error]
> +++ERROR: Exception evaluating javascript: [object Error]
> INFO: Response processed successfully.
> INFO: Invoking post-call handler(s)...
> INFO: Calling focus on showModal233
> INFO: focus removed from showModal233
>
>
>
> --
> View this message in context:
> http://www.nabble.com/ModalWindow-not-appearing-in-IE-tp21215029p21215029.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Jeremy Thomerson
http://www.wickettraining.com


ModalWindow not appearing in IE

2008-12-30 Thread NHSoft.YHW

ModalWindow can not appear in IE 6.x, but Firefox 3.x has no problem.
In IE 6.x, when click show ModalWindow link, the server side code invoke,
but the browser not show the modalwindow.  ajax debug message detail as
follow:

INFO: focus removed from wicket-generated-id-120
INFO: focus set on showModal233
INFO: 
INFO: Initiating Ajax GET request on
?wicket:interface=:2:homeTabs:panel:shopDetailPanel:wmcModalWindow:showModal2::IBehaviorListener:0:-1&random=0.702769703404648
INFO: Invoking pre-call handler(s)...
INFO: Received ajax response (6568 characters)
INFO: 

INFO: Response parsed. Now invoking steps...
INFO: 
INFO: Initiating Ajax GET request on
resources/org.apache.wicket.extensions.yui.YuiLib/yuiloader-beta.js
INFO: Invoking pre-call handler(s)...
INFO: Received ajax response (101707 characters)
INFO: Invoking post-call handler(s)...
ERROR: [object Error]
+++ERROR: Exception evaluating javascript: [object Error]
INFO: Response processed successfully.
INFO: Invoking post-call handler(s)...
INFO: Calling focus on showModal233
INFO: focus removed from showModal233



-- 
View this message in context: 
http://www.nabble.com/ModalWindow-not-appearing-in-IE-tp21215029p21215029.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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