Re: [Wicket-user] Date Picker in Modal Window

2006-09-15 Thread Matej Knopp
Dunno. It's web. What I'd do is that I'd let datepicker be and change 
the modal window content to page instead of panel. There are also other 
poblems with panel (hiding inputs in explorer), so for now I'd stick 
with page.

-Matej

Eelco Hillenius wrote:
 On 9/13/06, Igor Vaynberg [EMAIL PROTECTED] 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 :)
 
 Ugh. What do you think Matej?
 
 Eelco
 
 -
 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=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 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=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Date Picker in Modal Window

2006-09-13 Thread samyem

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=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Date Picker in Modal Window

2006-09-13 Thread Eelco Hillenius
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=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 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=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Date Picker in Modal Window

2006-09-13 Thread Igor Vaynberg
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 componentwas build on top of jscalendar, which is not maintained by Wicket'steam. By now we acknowledge that many times it is actually a good ideato 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.EelcoOn 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=lnkkid=120709bid=263057dat=121642
 ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net 
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 easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://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=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Date Picker in Modal Window

2006-09-13 Thread Eelco Hillenius
On 9/13/06, Igor Vaynberg [EMAIL PROTECTED] 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 :)

Ugh. What do you think Matej?

Eelco

-
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=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Date Picker in Modal Window

2006-09-13 Thread samyem

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=lnkkid=120709bid=263057dat=121642
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  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=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 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=lnkkid=120709bid=263057dat=121642
 ___
 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/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=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Date Picker in Modal Window

2006-09-13 Thread Eelco Hillenius
If a user clicks a button that opens a datepicker, and then clicks
something else that shows the modal window, the datepicker will still
show.

Eelco

 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.

-
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=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user