gigaZhang / struts2-jquery

Automatically exported from code.google.com/p/struts2-jquery
0 stars 0 forks source link

Datepicker is not working inside <sj:dialog> #1054

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
(This is for feature requests and bugs in Struts2 jQuery Plugin - for
getting help, please use the User Group.
http://groups.google.com/group/struts2-jquery )

What steps will reproduce the problem?
1.I'am creating dialog box using this snippet 
<sj:a href="relatedTicketRemoteDialogbox.action" 
formIds="viewrelatedTicketForm" indicator="indicator" 
targets="viewrelatedticketDialogBoxData" cssClass="bluelink" effect="highlight" 
effectOptions="{ color : '#222222' }" effectDuration="3000">
<span class="bluelink">Click here to add Related Ticket<span></sj:a> 
2.dialog box populate the some other jsp(xyz.jsp)
3.But inside the xyz.jsp's <sj:dialog> datepicker <sj:datepicker id="date0" 
label="Select a Date" /> is not working..

What is the expected output? What do you see instead?
datepicker should work properly inside the <sj:dialog>....just am getting the 
input box with image only..

Which struts2 version?
struts2-core 2.3.15.1

Which struts2-jquery plugin version?
struts2-jquery-plugin 3.6.1

Please provide any additional information below.
thanks in advance....

Original issue reported on code.google.com by infonare...@gmail.com on 22 Oct 2013 at 6:32

GoogleCodeExporter commented 9 years ago
I often use date pickers inside of dialogs and it should work. Please check 
your costume CSS may there is an z-index problem.

Original comment by johgep on 10 Apr 2014 at 7:13