exhibits helper text for application names should include no spaces
Bug #849145 reported by
Dave Morley
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Software Center Agent |
Confirmed
|
Low
|
Unassigned |
Bug Description
Bug Description:
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.
If the helper text is updated to include, "comma separated with no spaces" I think it would act as a reminder.
Version:
OS:
64bit natty
Browser:
ff 6.0.1
Problem URL:
https:/
Steps To Reproduce:
1. goto the link above
2. add multiple app names with a ", " (comma space) as you would with python
Expected Result:
With the extra description added it should be obvious to the person adding apps that there should be no space
Changed in software-center-agent: | |
status: | New → Confirmed |
importance: | Medium → Low |
To post a comment you must log in.
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.