Comment 1 for bug 849145

Revision history for this message
Michael Nelson (michael.nelson) wrote : Re: [Bug 849145] [NEW] exhibits helper text for application names should include no spaces

On Tue, Sep 13, 2011 at 6:25 PM, Dave Morley <email address hidden> wrote:
> It's very easy to think that you need to add a ", "  ie app1, app2.  However the client then looks for an app with a space in front of it and fails.

I think we should fix that in the client too? But either way...

> If the helper text is updated to include, "comma separated with no
> spaces" I think it would act as a reminder.

We can easily clean the input there to make it easier. For eg:

"one, two, three" becomes "one,two,three", or even

"one, two three" becomes "one,two,three" etc.