Datepicker not showing up when placed inside selectable in Firefox
Using jquery v1.9
Using jquery ui v1.10.0
The easiest way to show this was for me to create a jsfiddle demonstrating the issue...
it can be found here.
The desired effect was to have the user select one of the items in the selectable and then append an input element bound to a datepicker to said selectable item....
Works perfectly in Chrome however in Firefox v.18.0.1 the datepicker refuses to show up after clicking on the input.
Is this a bug or am I doing something wrong?
Thanks!