Closed (fixed)
Project:
Tagify
Version:
1.2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2026 at 14:47 UTC
Updated:
16 Jan 2026 at 16:28 UTC
Jump to comment: Most recent, Most recent file



Comments
Comment #2
shank115 commentedI am also able to consistently reproduce this issue on the latest version.
Observed behavior with hierarchical taxonomy terms in Tagify autocomplete:
Comment #3
Anonymous (not verified) commentedjernejmramor made their first commit to this issue’s fork.
Comment #5
Anonymous (not verified) commentedHi,
I've investigated this issue and successfully managed to replicate it locally with the steps provided in issue description and #1.
I've found that this happens due to how module js library handles term suggestions. In 1.2.46 version 'Parent Selection' option is introduced. If this setting is disabled, then tagify.js incorrectly filters out terms that have no parents. In my MR I've tweaked the js to allow terms to be selectable, but then I don't see any difference in having parent selection option either enabled or disabled.
I'm moving this to needs review.
Comment #6
gxleano commentedThanks @Jernej Mramor to work on this, but in this case we need to keep the parent selection logic, so could be cases where the parent should not be selected.
I'm currently working on a fix.
Comment #7
gxleano commentedComment #10
gxleano commentedComment #13
gxleano commentedIt will be included in release
1.2.47Comment #14
gxleano commented