Re: [Wicket-user] DropDown comes on top of ModalWindow

2007-03-23 Thread Matej Knopp
Can you please be more specific? This issue is supposed to be taken
care of. Did you put panel modal window inside of iframe modal window?

What version of wicket are you using?

-Matej

On 3/23/07, vsubedar <[EMAIL PROTECTED]> wrote:
>  When using panels or pages, in a Modal dialog all the DropDownChoices
> "shine through" the dialog and places themselves on top of everything in
> IE.Problem arises when there is a modalWindow inside a modalWindow.
> 
>  View this message in context: DropDown comes on top of ModalWindow
>  Sent from the Wicket - User mailing list archive at Nabble.com.
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] DropDown comes on top of ModalWindow

2007-03-23 Thread Stefan Lindner
I have the same problem too with wicket 2. A Model window containing a panel 
with drop down choice lists. Whe I open a model window on top of thi smodel 
window, the dropdowns are always displayed in fornt of the second model window. 
I noticed that the first model window hides any dropdowns in the basic window 
and re-displays them on window close. So I use a workaround whre the second 
modal window hides the dropdowns of the first and after closing if 
(Onclosecallback) redisplay them agian (just set visible(false)) and add the 
component to the request target.
But I have another problem here. The invisibility workd well (set each dropdown 
to invisible, target.addCompoent(dropdown)). But to make them visible again, it 
is not sufficient to set visible(true) and target.addComponent(dropdown). The 
whole surronding panel must be added to the target's compionents too.
 
stefan Lindner
<>-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] DropDown comes on top of ModalWindow

2007-03-23 Thread Matej Knopp
I see. This is probably bug in modal window when it's not hiding
dropdowns from it's parent.

On 3/23/07, Stefan Lindner <[EMAIL PROTECTED]> wrote:
> I have the same problem too with wicket 2. A Model window containing a panel 
> with drop down choice lists. Whe I open a model window on top of thi smodel 
> window, the dropdowns are always displayed in fornt of the second model 
> window. I noticed that the first model window hides any dropdowns in the 
> basic window and re-displays them on window close. So I use a workaround whre 
> the second modal window hides the dropdowns of the first and after closing if 
> (Onclosecallback) redisplay them agian (just set visible(false)) and add the 
> component to the request target.
> But I have another problem here. The invisibility workd well (set each 
> dropdown to invisible, target.addCompoent(dropdown)). But to make them 
> visible again, it is not sufficient to set visible(true) and 
> target.addComponent(dropdown). The whole surronding panel must be added to 
> the target's compionents too.
>
> stefan Lindner
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] DropDown comes on top of ModalWindow

2007-03-23 Thread Eelco Hillenius
Opening a modal dialog in a modal dialog? Crazy users! ;)

Eelco

On 3/23/07, Stefan Lindner <[EMAIL PROTECTED]> wrote:
> I have the same problem too with wicket 2. A Model window containing a panel 
> with drop down choice lists. Whe I open a model window on top of thi smodel 
> window, the dropdowns are always displayed in fornt of the second model 
> window. I noticed that the first model window hides any dropdowns in the 
> basic window and re-displays them on window close. So I use a workaround whre 
> the second modal window hides the dropdowns of the first and after closing if 
> (Onclosecallback) redisplay them agian (just set visible(false)) and add the 
> component to the request target.
> But I have another problem here. The invisibility workd well (set each 
> dropdown to invisible, target.addCompoent(dropdown)). But to make them 
> visible again, it is not sufficient to set visible(true) and 
> target.addComponent(dropdown). The whole surronding panel must be added to 
> the target's compionents too.
>
> stefan Lindner
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] DropDown comes on top of ModalWindow

2007-03-24 Thread Matej Knopp
Okay. I've fixed that for wicket 1.x. Can you check if it works? Also
ModalWindow.close() is no longer static. 1.2 and trunk are not fixed
and i probably won't be.

-Matej

On 3/23/07, vsubedar <[EMAIL PROTECTED]> wrote:
>  When using panels or pages, in a Modal dialog all the DropDownChoices
> "shine through" the dialog and places themselves on top of everything in
> IE.Problem arises when there is a modalWindow inside a modalWindow.
> 
>  View this message in context: DropDown comes on top of ModalWindow
>  Sent from the Wicket - User mailing list archive at Nabble.com.
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] DropDown comes on top of ModalWindow

2007-03-25 Thread vsubedar

  Iam using wicket 1.2.4 ,problem caused due to setting same cookie name in
parent modalwindow & child modalwindow.If u give different names for cookies 

final ModalWindow modal1;
form.add(modal1 = new ModalWindow("modalGlobalLocation"));
modal1.setResizable(true);
modal1.setInitialWidth(600);
modal1.setInitialHeight(400);
modal1.setPageMapName("modal-1");
modal1.setCookieName("modal-1"); > 
set
different cookie name, It must be resolved




Matej Knopp-2 wrote:
> 
> Okay. I've fixed that for wicket 1.x. Can you check if it works? Also
> ModalWindow.close() is no longer static. 1.2 and trunk are not fixed
> and i probably won't be.
> 
> -Matej
> 
> On 3/23/07, vsubedar <[EMAIL PROTECTED]> wrote:
>>  When using panels or pages, in a Modal dialog all the DropDownChoices
>> "shine through" the dialog and places themselves on top of everything in
>> IE.Problem arises when there is a modalWindow inside a modalWindow.
>> 
>>  View this message in context: DropDown comes on top of ModalWindow
>>  Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>> -
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to share
>> your
>> opinions on IT & business topics through brief surveys-and earn cash
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> ___
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
>>
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/DropDown-comes-on-top-of-ModalWindow-tf3451971.html#a9667790
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] DropDown comes on top of ModalWindow

2007-03-25 Thread vsubedar

 Iam using wicket 1.2.4 ,problem caused due to setting same cookie name in
parent modalwindow & child modalwindow.If u give different names for cookies 

final ModalWindow modal1;
form.add(modal1 = new ModalWindow("modalGlobalLocation"));
modal1.setResizable(true);
modal1.setInitialWidth(600);
modal1.setInitialHeight(400);
modal1.setPageMapName("modal-1");
modal1.setCookieName("modal-1"); > 
set
different cookie name, It must be resolved


Stefan Lindner wrote:
> 
> I have the same problem too with wicket 2. A Model window containing a
> panel with drop down choice lists. Whe I open a model window on top of thi
> smodel window, the dropdowns are always displayed in fornt of the second
> model window. I noticed that the first model window hides any dropdowns in
> the basic window and re-displays them on window close. So I use a
> workaround whre the second modal window hides the dropdowns of the first
> and after closing if (Onclosecallback) redisplay them agian (just set
> visible(false)) and add the component to the request target.
> But I have another problem here. The invisibility workd well (set each
> dropdown to invisible, target.addCompoent(dropdown)). But to make them
> visible again, it is not sufficient to set visible(true) and
> target.addComponent(dropdown). The whole surronding panel must be added to
> the target's compionents too.
>  
> stefan Lindner
> 
>  
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/DropDown-comes-on-top-of-ModalWindow-tf3451971.html#a9667803
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user