「無効な」メールアドレスにより、メッセージなしの招待状の「メールを送信」ボタンが無効になります

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