Feature #1838
Mis à jour par Matthieu Decorde il y a environ 9 ans
Be able to use the Edition view to select word spans in texts with a left mouse button click & drag. texts.
h3. Solution
Manipulate the edition editor browser in order to get the words ID (SPANs) covered by the text selection.
The selection Javascript API differs between the different embedded navigators :
- determine which browser is used by the supported OS
- use the best Javascript wrapper (node.js, etc.) that works for all browsers
- if no wrapper is suited, develop our own wrapper
h3. Solution
Manipulate the edition editor browser in order to get the words ID (SPANs) covered by the text selection.
The selection Javascript API differs between the different embedded navigators :
- determine which browser is used by the supported OS
- use the best Javascript wrapper (node.js, etc.) that works for all browsers
- if no wrapper is suited, develop our own wrapper