Feature #2295
Mis à jour par Matthieu Decorde il y a presque 6 ans
To enhance the user selection feedback, TXM can expand the selection to the selection words limit
h3. Solution 1
Use the Range API (https://developer.mozilla.org/en-US/docs/Web/API/Range) to manipulate the navigator natural selection left and right limits.
The Range API is not supported by all navigators -> implement the feature for Linux and Mac OS X : webkit navigator
The selection rendering using the browser selection rendering.
h3. Solution
Move the URS expand code to trunk code
h3. Solution 1
Use the Range API (https://developer.mozilla.org/en-US/docs/Web/API/Range) to manipulate the navigator natural selection left and right limits.
The Range API is not supported by all navigators -> implement the feature for Linux and Mac OS X : webkit navigator
The selection rendering using the browser selection rendering.
h3. Solution
Move the URS expand code to trunk code