-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[10.0.8 RC1] Public link share dialog #31125
Comments
Hmm … this is weird because it shouldn't grow and I did add a validator that checks the email syntax … I hope nothing got lost while I recovered that feature since it was considered canceled at one state. I'll have a look at it. |
Japp, something did break there … :-| |
This PR takes care of the problems. |
Can we also change the wording "Send copy to self" to "Receive a copy" or similar, please? |
Added
|
Added
|
I'll have a look at the PHP part |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Size of the modal itself may not change when multiple (long) mail addresses are entered (it even changes when selecting the input field and selecting another item in the dialog)
Move "Share" button to the right, "Cancel" to the left. The current order seems not intuitive.
E-mail validation should be added (currently select2 takes all values; you can even just enter spaces): name@domain.tld
Multiple mail recipients should not be able to see the other recipient's mail addresses. Therefore we should not put all mail addresses in the "To" field but in "BCC". @PVince81
"Send copy to self" does not work at all (mails are only sent to the recipients). No ability to receive a copy, tried various scenarios. @PVince81
"E-Mail sent" has been removed. It was an explicit requirement to show "E-Mail sent" longer for that the user actually has a chance to read it.
Public link sendmail: "Sending" is now green, but the actual idea was to have the success message "E-Mail sent" green (which has been removed!)
"Sending" now seems to have a delay of 2 seconds until it disappears. This was the idea for the "E-Mail sent" indicator.
Look into Share personal cleanup + note #29935 (comment). Should be covered with email validation anyway.
Tested with Firefox 59 / Ubuntu 17.10
Adding long/many mail address(es) (modal size increases)
Unselect the input field (modal size shrinks)
@PVince81
The text was updated successfully, but these errors were encountered: