tags:

views:

23

answers:

1

I am using jquery modal dialog box in my application. it works fine in across the browsers. but i am not able to use ctrl+c(copy text) basic browser keyboard functionality. please tell me how i can make it working for me.

demo of problem can be seen on http://jsbin.com/anuso

A: 

I would also like to know if there is a method to enable the keyboard in the jQuery dialog. It prevents other keyboard shortcuts from working as well, for example F12 normally pops up the firebug panel...

It's funny that it works fine if the "modal" option is set to false...

Hmm, this also looks to be fixed in jQuery UI 1.8.5 but it is unfortunate that wordpress (at least as of version 3.0.1) has not yet upgraded the jQuyery UI library from 1.7.3...

Will