Number of units field accepts any number of units and ends hanging the browser
Bug #1178475 reported by
Diogo Matsubara
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-gui |
Triaged
|
Low
|
Unassigned |
Bug Description
Steps to reproduce:
1. Open https:/
2. Search for a charm in the side bar (e.g. mysql)
3. Click on Add
4. Fill in the number of units field a unreasonable number (e.g. 999999999999999
5. Click Confirm
What happens:
The browser hangs and you start seeing the browser's java script not responding notifications
Changed in juju-gui: | |
status: | New → Triaged |
importance: | Undecided → Low |
To post a comment you must log in.
it hangs also for more reasonable numbers like: 1000 or 10000
It is bad user experience to lack some even very simple validation of input and limit max number or warn user.