Most likely, there is no reason why a modal window would be invoked by a date picker, but the general problem of assuming random z-index is still valid.
igor.vaynberg wrote: > > i think for now we can change the zindex of modal to 500 or something. but > then if you have any jscalendars on the page that invokes the modal window > they will show through :) > > -Igor > > > On 9/13/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: >> >> That probably has to do with the fact that the datepicker component >> was build on top of jscalendar, which is not maintained by Wicket's >> team. By now we acknowledge that many times it is actually a good idea >> to re-invent the wheel instead of building on such components... the >> problems we have with that jscalendar bastard... >> >> Anyway, if you have a patch for fixing this problem, we'd be happy to >> apply. >> >> Eelco >> >> >> On 9/13/06, samyem <[EMAIL PROTECTED]> wrote: >> > >> > Going a bit deeper into the problem, it looks like wicket picks up the >> > z-index values in an arbitrary way. The components do not integrate >> enough >> > to figure out the correct z-index values. For instance, the date picker >> is >> > set at z-index 1000, while the modal window's mask is set to 2000 and >> so >> on. >> > I am not sure why these particular z-index values are picked, but they >> sure >> > not working together. A better approach perhaps would be to derive the >> > z-index value from peer components in the page in a relative manner >> rather >> > than picking absolute values. >> > -- >> > View this message in context: >> http://www.nabble.com/Date-Picker-in-Modal-Window-tf2266489.html#a6289950 >> > Sent from the Wicket - User forum at Nabble.com. >> > >> > >> > >> ------------------------------------------------------------------------- >> > Using Tomcat but need to do more? Need to support web services, >> security? >> > Get stuff done quickly with pre-integrated technology to make your job >> easier >> > Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> > >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> > _______________________________________________ >> > Wicket-user mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/wicket-user >> > >> >> ------------------------------------------------------------------------- >> Using Tomcat but need to do more? Need to support web services, security? >> Get stuff done quickly with pre-integrated technology to make your job >> easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> Wicket-user mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/wicket-user >> > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > -- View this message in context: http://www.nabble.com/Date-Picker-in-Modal-Window-tf2266489.html#a6291306 Sent from the Wicket - User forum at Nabble.com. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
