GitHub user r-kamath opened a pull request: https://github.com/apache/incubator-zeppelin/pull/512
Edit title fix for Notebook and Paragraph - enable autofocus to input field *(no need to click twice to edit title)* - fix esc key handler on edit input to revert the change *(edit and hit Esc to reset the title back to the old one)* - save title on enter and blur Before:  After:  You can merge this pull request into a Git repository by running: $ git pull https://github.com/r-kamath/incubator-zeppelin editTitleFix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/512.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #512 ---- commit e75b8febc502d0b6de864a38dd24c377ca1d7634 Author: Renjith Kamath <renjith.kam...@gmail.com> Date: 2015-12-03T15:54:52Z Edit title fix for Notebook and Paragraph - enable autofocus to input field - fix esc key handler on edit input to revert the change - save title on enter and blur ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---