You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by dpmihai <dp...@yahoo.com> on 2012/05/17 10:32:39 UTC

Re: WICKET-2056 broke DatePicker in ModalWindow in 1.4.16

Any news about this? Wicket 1.5.5 has the same problem.

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/WICKET-2056-broke-DatePicker-in-ModalWindow-in-1-4-16-tp3416225p4642684.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: WICKET-2056 broke DatePicker in ModalWindow in 1.4.16

Posted by dpmihai <dp...@yahoo.com>.
I used the workaround with "position: static !important". I also had to put a
width with the calendar container (otherwise it looks ugly)

.yui-calcontainer {
	width: 140px;
}

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/WICKET-2056-broke-DatePicker-in-ModalWindow-in-1-4-16-tp3416225p4649479.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: WICKET-2056 broke DatePicker in ModalWindow in 1.4.16

Posted by Gabriel Landon <gl...@piti.pf>.
The ticket is here :
https://issues.apache.org/jira/browse/WICKET-3579
But they won't fixed it as there is a workaround.

For your component you can override the CSS with : "overflow:hidden"

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/WICKET-2056-broke-DatePicker-in-ModalWindow-in-1-4-16-tp3416225p4644988.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: WICKET-2056 broke DatePicker in ModalWindow in 1.4.16

Posted by dpmihai <dp...@yahoo.com>.
As I see in css :

<div class="w_content_2">
   <div class="w_content_3">
       <div class="w_content">
            <div id="_wicket_window_3" class="w_content_container"
style="overflow: auto;">

because there is a style "overflow: auto" everything that is inside the
dialog will be scrolled.

I wonder how can put some components over the dialog, because z-index does
not help either.

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/WICKET-2056-broke-DatePicker-in-ModalWindow-in-1-4-16-tp3416225p4642699.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