jpuri / react-draft-wysiwyg

A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
MIT License
6.38k stars 1.16k forks source link

[Issue-1429] Resolve Bug for Mention Suggestion Clicks Overwriting Text #1440

Open nickbely-novata opened 2 weeks ago

nickbely-novata commented 2 weeks ago

Resolved the following issue: https://github.com/jpuri/react-draft-wysiwyg/issues/1429.

Root Cause: Clicks on the suggestion dropdown menu forcibly change the anchorOffset and focusOffset position of the cursor.

Resolved by:

This was the optimal quick solution for now since stopping click event propagation or preventing default click behavior did not prevent the cursor position from updating.

Any expediency with reviewing and merging this bug fix would be appreciated, @jpuri.