Copy/Paste does not work inside bootstrap modal
Cfuzz opened this issue · 2 comments
Cfuzz commented
The problem seems to be related to focus stealing of items focused outside the modal. I successfully got it to work by creating the textarea inside the targetted element (e.target) instead of document.body in the 'handleKeyDown' function.
Celebio commented
Good finding. Could you provide a pull request ? (please be sure that the behavior is not broken in the classical testcase (outside bootstraps modal) and works fine with ie7+)