summaryrefslogtreecommitdiff
path: root/addons/pad/static/plugin/ep_disable_init_focus/README.md
blob: 49a904a21001f65af58a9a9aa39633b6d0aec712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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.