http://jsfiddle.net/h3WDq/1921/
I can't type in textarea, when the modal is opened.
Textarea is not in modal and has absolute positioning with large z-index.
<textarea style='position:absolute;z-index:200000'></textarea>
Can anyone override this problem?