Compatibilty with other components

12 views
Skip to first unread message

Roger

unread,
Aug 10, 2011, 9:33:56 AM8/10/11
to visural-wicket
The Visural Wicket Dialog is great, but I have a few glitches when
using other components inside it. For instance:

(1) If I use a DefaultDataTable jn a dialog, clicking on the paging
navigator of the data table closes the dialog
(2) If I use a WiQuery DatePicker control, it appears under the dialog
(z-order issue I guess)

Anyone any ideas about a fix for either of these issues?

regards,
roger

Moacir RF GMAIL

unread,
Aug 10, 2011, 11:43:08 AM8/10/11
to visural...@googlegroups.com
Probably you should use AjaxFallbackDataTable not DefaultDataTable....


--
Moacir R.F
http://moacirrf.com.br

Roger

unread,
Aug 11, 2011, 3:07:11 AM8/11/11
to visural-wicket
Thanks Moacir - you were exactly right!

Roger

unread,
Aug 11, 2011, 3:08:52 AM8/11/11
to visural-wicket
The DatePicker problem just required overriding the z-Index of the
date picker css class to one higher than the dialog:

.ui-datepicker {
z-index: 10000;
}

On Aug 10, 5:43 pm, Moacir RF GMAIL <moaci...@gmail.com> wrote:

Moacir RF GMAIL

unread,
Aug 11, 2011, 7:27:16 AM8/11/11
to visural...@googlegroups.com
.ui-datepicker {
z-index: 10000;
}

Good tip!

Reply all
Reply to author
Forward
0 new messages