Opened 10 years ago
Closed 10 years ago
#284 closed defect (fixed)
Hitting Tab in a tag field causes the field to remain open until the next load
| Reported by: | dstillman | Owned by: | dstillman |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 Beta 2 |
| Component: | interface | Version: | 1.0 |
| Keywords: | Cc: |
Description
Change History (2)
comment:1 Changed 10 years ago by dstillman
- Summary changed from Hitting tab in a tag field causes the field to remain open until the next load to Hitting Tab in a tag field causes the field to remain open until the next load
comment:2 Changed 10 years ago by dstillman
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [694]) Fixes #284, Hitting Tab in a tag field causes the field to remain open until the next load
Adds tab handling to tags interface, which also addresses beta tester requests for a quicker way to enter multiple tags
This is getting pretty messy, but it's still probably better than repeating all the itemPane.js in tagsbox.xml.
One known issue is that, since it resorts the list of tags after a change, if you change an existing tag to a name that alters its current position and then tab away, you don't necessarily end up in the field you expect.