-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
quote-and-reply: Quote part of a message #19735
Conversation
6e6d9ee
to
21795b0
Compare
21795b0
to
aa2f427
Compare
67dc106
to
cc27258
Compare
Does this mean that formatting will be lost when quoting part of a message? I would expect quoting part of a message to behave the same as quoting the whole message and deleting the irrelevant parts. Or did I misunderstand? |
Hello @jonathanktran, it looks like you've currently claimed 1 issue in this repository. We encourage new contributors to focus their efforts on at most 1 issue at a time, so please complete your work on your other claimed issues before trying to claim this issue again. We look forward to your valuable contributions! |
This is the desired behavior, but I am currently not sure how to implement that. I have updated my pull request to clarify that this is an issue. Any suggestions would be greatly appreciated! |
Summary - When nothing is highlighted, fully quote the currently selected message - When part of a message is highlighted, quote only the highlighted text - If the user highlights multiple messages, same behavior as nothing highlighted - The quote-and-reply menu option has the same behavior as the > hotkey Issues - Formatting is not preserved when quoting only part of a message Fixes zulip#19712, Fixes zulip#8951
cc27258
to
db1ffcf
Compare
Heads up @jonathanktran, we just merged some commits that conflict with the changes your made in this pull request! You can review this repository's recent commits to see where the conflicts occur. Please rebase your feature branch against the |
@jonathanktran do you have a few minutes to rebase this? I'd like to test it out and see if we can integrate it for 5.0. |
4ec3636
to
88b200c
Compare
Closing in favor of #21834 for this issue. |
Fixes #19712, Fixes #8951
Continues the work of PR #18850 and PR #15235
Testing plan:
Manual testing.
GIFs or screenshots:
Quote and reply using the
>
hotkey.Quote and reply using the menu option.
Summary
quote-and-reply
menu option has the same behavior as the>
hotkeyIssues