I am using for bootstrap's modal
A very nice utility, but unfortunately "Select All" does not work for IE7/8/9, either from menu or ctrl+a keypress sequence.
Why? And how can I enable it? Or is it worth the trouble?
|
I am using for bootstrap's modal A very nice utility, but unfortunately "Select All" does not work for IE7/8/9, either from menu or ctrl+a keypress sequence. Why? And how can I enable it? Or is it worth the trouble? |
|||||
|
|
This has to do with how the Modal plugin enforces focus on the modal element. You can disable the focus lock with the following snippet. JS
Note: You can attach the listener to something other than the I've at least confirmed that running this will re-enable Ctrl + a in the older IE's. |
|||
|
|