Providing a handler to adjust cursor position on quote space click
authorAlexander Ebert <ebert@woltlab.com>
Sat, 17 Jan 2015 15:28:30 +0000 (16:28 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 17 Jan 2015 15:28:30 +0000 (16:28 +0100)
commit6f63bfea75ad7570992b4729305d4f5711ef0df2
tree10137c29caa38bc84195f4dfbdb3171223d847ad
parentee05b620c8a760d149e288875cc6781357f156c0
Providing a handler to adjust cursor position on quote space click

If you click on the margin created by quotes, browsers redirect the caret inside the quote. This can make it impossible to get the caret in front of/after it if there are no siblings. Even though you can use the arrow keys to navigate there, this is rather unknown to users and does not solve the issue on mobile devices.

This change attempts to detect clicks into the margin by comparing the offsets with the click position, ultimately moving the caret where the user excepts it to be.
wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js