mirror of
https://github.com/zulip/zulip.git
synced 2026-06-12 21:00:58 +08:00
Using the ">" hotkey to quote some selected part of a single message sets the recipients to be same as the recipients of "selected" message, which is the message having the pointer instead of the message we are selecting text to quote from. This confusing behavior only happens with the ">" hotkey and doesn't when using the "select part of a message + use message actions popover menu option to quote" flow, which sets the recipients correctly to be the recipients of the message containing the selection that is being quoted regardless of where the pointer is. This fix is meant to set the recipients to the recipients of the selected message being quoted, when opening the composebox, particularly to address this odd ">" hotkey behavior. This is applicable only when the composebox is closed and there is no other focused textarea we trying to quote into. Also, in case of selecting multiple messages, we only quote the entire message that is under the pointer and the recipients will be set to this message's recipients. Fixes: #36989. Signed-off-by: apoorvapendse <apoorvavpendse@gmail.com> |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| icons | ||
| images | ||
| server | ||
| src | ||
| styles | ||
| templates | ||
| tests | ||
| third | ||
| .browserslistrc | ||
| .gitignore | ||
| babel.config.js | ||
| debug-require-webpack-plugin.ts | ||
| debug-require.cjs | ||
| postcss.config.js | ||
| webpack.assets.json | ||
| webpack.config.ts | ||
| webpack.dev-assets.json | ||