id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 33881 Tags auto-suggest: double trailing space after tags separator afercia afercia "To reproduce, let's first check where it works correctly: - go in the Posts screen and Quick Edit a post - in the Tags textarea, type something to make the suggestions ""tooltip"" appear - click on a suggestion - the new Tag is inserted in the textarea followed by the default tag separator (comma) and just one space Do the same thing in: - Edit a post > the Tags postbox - in Press This, in the Tags sidebar here, the new tag is followed by a comma and two spaces. Looks like `suggest.js` already takes care to add a trailing space, thus the [https://core.trac.wordpress.org/browser/trunk/src/wp-admin/js/tags-box.js?rev=31895#L180 trailing space in tags-box.js at line 180] maybe should be removed. Unless I'm missing something :) " defect (bug) closed normal 4.4 Administration 4.2 normal fixed has-patch commit ui, javascript