flectra/addons/pad/static/plugin/ep_disable_init_focus/README.md
flectra-admin 769eafb483 [INIT] Inception of Flectra from Odoo
Flectra is Forked from Odoo v11 commit : (6135e82d73)
2018-01-16 11:45:59 +05:30

29 lines
803 B
Markdown

Readme
======
`ep_disable_init_focus` is a very simple
[Etherpad-lite](https://github.com/ether/etherpad-lite) plugin, which disable
the focus on the pad content after its loading.
Rationale
---------
Etherpad-lite autofocus can be annoying to end-users when it is used in Odoo's
"pad" widget, because it will override web client focus rules. This plugin is
design to get rid of this behavior.
Installation instructions
-------------------------
1. Stop your Etherpad-lite server.
2. Copy the `ep_disabl_init_focus` folder into the `node_modules` folder of
your Etherpad-lite installation.
3. in the folder of your Etherpad-lite installation, run this command to
install the plugin:
```sh
npm install node_modules/ep_disable_init_focus/
```
4. Restart the Etherpad-lite server.