The problem is that the datepicker is outside the div
with overflow: scroll;
. If the datepicker was generated inside the container this wouldn't be a problem.
Solution: http://jsfiddle.net/jbK6a/15/
I placed the datepicker behind the input with the beforeShow
event.
And I used position: relative;
on the scrollable container so that de absolute element listens to the container.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…