-
Notifications
You must be signed in to change notification settings - Fork 263
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
Reply issues #2373
Comments
point "You are prefilled in the "cc" field and need to manually remove yourself" is to be resolved by #2454 |
Yep, could also be a side effect of #2447 as the reply recipient logic depends on the account used. |
Regarding the 2 last points ('The "To" field is focused, even though the recipient is already filled' and 'The text body has no space above and you need to insert newlines yourself. Expected would be focus on the first line, and 2 empty lines below until the original message.'), It's easy to not set the focus on the 'To' field when it's already filled but it's more difficult to set the focus on the body: It seems ckeditor5 doesn't support the See https://ckeditor.com/docs/ckeditor5/latest/api/index.html and https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-startupFocus |
@GretaD you can use ckeditor/ckeditor5#714 (comment) at mail/src/components/TextEditor.vue Lines 111 to 136 in b2cce62
if only for replies ;)
|
i can and i did :) |
Very nice! :) Can we also fix the issue of not having extra empty lines on the top when you reply? 🎈 |
When you reply to an email, there are some small issues which are quite annoying when summed up:
If you are replying from the unified inbox, the wrong account is selected. This might be related to yourself being prefilled in cc→ separated out into Replying from the unified inbox, the wrong account is selected #2428cc @nextcloud/mail I’d say this is some crucial polishing for 18.
The text was updated successfully, but these errors were encountered: