Improved quote selection for messages containing quotes
authorAlexander Ebert <ebert@woltlab.com>
Mon, 2 Feb 2015 18:54:16 +0000 (19:54 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 2 Feb 2015 18:54:16 +0000 (19:54 +0100)
commitd62f35623f632139b16dda6aed8fec2405b517bd
tree85cefc0240f655042e1ca7d7b50931e80b10c2c0
parent024167e2030fa91b3056425f1472616266b08951
Improved quote selection for messages containing quotes

Quotes are no longer considered to be valid and are removed from the selection and virtual message body. In addition quotes cannot be created if the mousedown or mouseup occured within a quote, simply checking with indexOf() does not work if the same exact phrase appears outside the quote but within the message body.

Quoting quotes isn't great because the system looks at it on a text level where it cannot understand that the quoted text belongs to a completely different message, causing confusion because the to be created quote will reference the message author.
wcfsetup/install/files/js/WCF.Message.js