“无效”电子邮件地址导致不带消息的邀请中的“发送电子邮件”按钮被禁用

So I just spent 5 minutes looking at the Invite User popup and wondering why that “Save and Send Email” button was greyed out.

Turns out I included a space after the email address when copy/pasting it.

afbeelding

4 个赞

Care to try a PR to strip the space?

(the proper solution here though is a combo)

  1. Never grey out buttons, just let user click and fail
  2. Strip emails server side
1 个赞

A fix for the trailing space has been merged into core.

The work for never grey’ing out the buttons and displaying proper warnings instead is going to be done at a later time.

2 个赞