Re: Select2Choice dropdown box is not appeared in correct position

2013-01-02 Thread Thomas Götz
Currently analyzing. I found out that if you do not add the datepicker then the select2 component is displayed correctly … -Tom On 21.12.2012, at 03:36, Madasamy mcruncher madas...@mcruncher.com wrote: Here i am attached quickstart project. To recreate problem to follow steps 1.

Re: Select2Choice dropdown box is not appeared in correct position

2013-01-02 Thread Thomas Götz
Everything works fine if you use the current version of wiquery-jquery-ui (6.2.0) … -Tom - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Select2Choice dropdown box is not appeared in correct position

2013-01-02 Thread Madasamy mcruncher
Thank you so much.i migrated wiquery-jquery-ui version to 6.2.0 now it is working fine.

Re: Select2Choice dropdown box is not appeared in correct position

2012-12-10 Thread Thomas Götz
You need to show us some more code if we should help you. As everything is fine in your quickstart - as you mentioned - the problem presumably seems to be somewhere in you application, either some css or javascript issue as I suppose. Try to reproduce and isolate it or show us some more.

Re: Select2Choice dropdown box is not appeared in correct position

2012-12-09 Thread Madasamy mcruncher
No, I did not get any Java scripts errors.

Re: Select2Choice dropdown box is not appeared in correct position

2012-12-06 Thread Thomas Götz
Strange, the select2-with-searchbox class is added by select2.js whenever the search input is shown: //add select2-with-searchbox to the container if search box is shown $(this.dropdown, this.container)[showSearchInput ? addClass : removeClass](select2-with-searchbox); Do you get any

Select2Choice dropdown box is not appeared in correct position

2012-12-05 Thread Madasamy mcruncher
we are using wicket-select2 2.0 in our application. A form having a Select2Choice field when click this field the search dropdown box is not appeared in correct position. But this is work fine on my quick start. our application is depending on bootstrap css and js. My observation ,