##// END OF EJS Templates
Don't bind notebook keyboard events to $(document)....
Don't bind notebook keyboard events to $(document). Keyboard events were previously bound to $(document), which caused problems with our command mode not allowing other focused elements (dialogs, etc.) to manage their own keyboard events. We now bind to the notebook element.
Brian E. Granger -
r14017:0e882fd7
Show More
Name Size Modified Last Commit Author
/ IPython / extensions
tests
__init__.py Loading ...
autoreload.py Loading ...
cythonmagic.py Loading ...
octavemagic.py Loading ...
parallelmagic.py Loading ...
rmagic.py Loading ...
storemagic.py Loading ...
sympyprinting.py Loading ...