RobertHeim / phpbb-ext-topictags

phpBB 3.3 extension, that adds the ability to tag topics with key words.
GNU General Public License v2.0
29 stars 19 forks source link

Tabindex problem solved #61

Closed nerestaren closed 9 years ago

nerestaren commented 9 years ago

The <tags-input> gets focused before the actual input, preventing the user from typing with a single tab (as expected).

This is a (very) dirty patch, as I do not know how does angular work. Please, fix it as it should.

Greetings!

RobertHeim commented 9 years ago

Thanks for contribution. Why have you changed the ng-tags-input.2.1.1.-workaroundissue278.min.js? It's a minified js and should not be changed.

RobertHeim commented 9 years ago

Actually, this is a problem of the ng-tags-input library and they have a ticket for it: https://github.com/mbenford/ngTagsInput/issues/242