Re: [Wicket-user] DojoDropContainer won't work with zero items or float: left;

2007-02-26 Thread Gohan
That actually works. The thing you have to think about is to set the height to about the same height as the image and it'll work great. The width can be set to 100%. I still need to know why the container parameter for method onDrop is always null when I drop an item to a DojoDropContainer. But

Re: [Wicket-user] DojoDropContainer won't work with zero items or float: left;

2007-02-26 Thread Vincent Demay
Gohan a écrit : That actually works. The thing you have to think about is to set the height to about the same height as the image and it'll work great. The width can be set to 100%. I still need to know why the container parameter for method onDrop is always null when I drop an item to a

Re: [Wicket-user] DojoDropContainer won't work with zero items or float: left;

2007-02-26 Thread Gohan
I'm using the latest wicket 2 snapshot. Mabey you can reply to this thread so I know when the bug is fixed? Thanks for all your help! Vincent Demay wrote: Gohan a écrit : That actually works. The thing you have to think about is to set the height to about the same height as the image and

[Wicket-user] DojoDropContainer won't work with zero items or float: left;

2007-02-25 Thread Gohan
I'm having some issues with the DojoDropContainer component of wicket-contrib-dojo. As soon as I'm setting the layout in the css to be float: left; for the images or whatever I like to drop, it won't work (i.e. I can't drop any images to the DropContainer). If I switch back to float: top; it

Re: [Wicket-user] DojoDropContainer won't work with zero items or float: left;

2007-02-25 Thread Vincent Demay
Gohan a écrit : I'm having some issues with the DojoDropContainer component of wicket-contrib-dojo. As soon as I'm setting the layout in the css to be float: left; for the images or whatever I like to drop, it won't work (i.e. I can't drop any images to the DropContainer). If I switch back to

Re: [Wicket-user] DojoDropContainer won't work with zero items or float: left;

2007-02-25 Thread Vincent Demay
Vincent Demay a écrit : Gohan a écrit : I'm having some issues with the DojoDropContainer component of wicket-contrib-dojo. As soon as I'm setting the layout in the css to be float: left; for the images or whatever I like to drop, it won't work (i.e. I can't drop any images to the