NicoJuicy / Handlr

Issue tracker for a DMS web application, currently in private beta
3 stars 0 forks source link

Multiple reload of the tag fields with multiple tags #5

Closed NicoJuicy closed 10 years ago

NicoJuicy commented 10 years ago

When i create a new item and add multiple tags, there is a reload of the html elements that equals the ammount of characters.

There should only be a reload of the html elements, when the tagLookup contains only valid tags and when the last character is a space (or a focus out of the input field)

Note: There could also be new tags in the tagsline.

NicoJuicy commented 10 years ago

Focusout loads multiple times, added a check to resolve this.