auto-completion list for maas tags no longer shown with 1.8.2 when assigning tag in UI
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| MAAS |
High
|
Richard McCartney | ||
| 1.8 |
High
|
Richard McCartney |
Bug Description
In 1.8.1, it was a cool feature when adding a tag from the UI that it would show list of existing tags with the same prefix as user was typing, then user could select from that list and not risk creating new tag due to typo.
In 1.8.2, that feature no longer works.
Related branches
- Blake Rouse (community): Approve on 2015-09-25
-
Diff: 47 lines (+18/-14)2 files modifiedsrc/maasserver/static/css/maas-styles.css (+1/-1)
src/maasserver/static/scss/maas/components/_ng-tags-input.scss (+17/-13)
- Blake Rouse (community): Approve on 2015-09-25
-
Diff: 47 lines (+18/-14)2 files modifiedsrc/maasserver/static/css/maas-styles.css (+1/-1)
src/maasserver/static/scss/maas/components/_ng-tags-input.scss (+17/-13)
Larry Michel (lmic) wrote : | #1 |
Changed in maas: | |
milestone: | none → 1.8.3 |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Richard McCartney (ricgard) |
tags: | added: ui |
Larry Michel (lmic) wrote : | #2 |
This is screen capture for what me trying to type in Add a Tag field with expectation of list being narrowed down to a single entry, virtual or vm-staging...As I moved focus to the screen capture too, whatever was in Add a Tag ('vm-s' or 'vm' or 'vir') got moved to the list of tags.
For the first attached screen capture, typing 'v' would have yielded a 2 entries list, and behavior is different ('v' remained in Add a Tag field).
So, it would appear like the list exists and perhaps it's just not being displayed?
Changed in maas: | |
status: | Triaged → In Progress |
Changed in maas: | |
milestone: | 1.8.3 → 1.9.0 |
status: | In Progress → Fix Committed |
tags: | added: regression |
Larry Michel (lmic) wrote : | #3 |
I verified that it works with 1.8.3.
Changed in maas: | |
status: | Fix Committed → Fix Released |
Here's screen capture. The content in Add a Tag is what would yield drop down list with existing tags.