[ADD] pad: new etherpad plugin to remove autofocus
authorHitesh Trivedi <htr@openerp.com>
Wed, 1 Oct 2014 10:47:43 +0000 (16:17 +0530)
committerRichard Mathot <rim@openerp.com>
Fri, 5 Dec 2014 13:45:06 +0000 (14:45 +0100)
commitf570ea1e3edaa2a1387abe5018bafcc7ab07ef5f
treef5de8fc6048466503592598c339c41be310abc5c
parent1c834d009f555ad8c44b9a6609676146ab80e295
[ADD] pad: new etherpad plugin to remove autofocus

In the form views where the pads are used, Etherpad-lite automatically
focus on the pad content, even if the user has already started to type
into another field.

This behavior is quite annoying for "quick changes", so we provide a
(very tiny) plugin for Etherpad-lite that will prevent this autofocus.

Detailed installation instructions are also included.
addons/pad/static/plugin/ep_disable_init_focus/README.md [new file with mode: 0644]
addons/pad/static/plugin/ep_disable_init_focus/ep.json [new file with mode: 0644]
addons/pad/static/plugin/ep_disable_init_focus/package.json [new file with mode: 0644]
addons/pad/static/plugin/ep_disable_init_focus/static/js/disable_init_focus.js [new file with mode: 0644]