mirror of https://github.com/zulip/zulip.git
01d9a3b02c
We had a bug where if you started typing a message and then used quote/reply (after the fact), we would overwrite the user's original message. The bug was kind of subtle--the internal call to "respond" to the message would select the message text, and then `smart_insert` would replace the selection, unless it was Firefox. Note that we now also allow you to cross-post replies, which is a plausible scenario, although possibly unintentional at times, too. I'm erring on the side of giving the user control here, but I'll add a warning in the next commit. Our compose fade feature should also prevent unintentional mixes here, too. |
||
---|---|---|
.. | ||
casper_lib | ||
casper_tests | ||
node_tests | ||
zjsunit | ||
.eslintrc.json | ||
run-casper |