? No Code Attached Yet
avatar coolcat-creations
coolcat-creations
17 Dec 2022

Is your feature request related to a problem? Please describe.

When you have Tags with a Parent, they appear in the taglist like that:
Parent/Child

but if you enter a Tag on the Fly like that it's not handled this way but is created like entered.

Describe the solution you'd like

I would expect Joomla to create a Parent and a child

avatar coolcat-creations coolcat-creations - open - 17 Dec 2022
avatar joomla-cms-bot joomla-cms-bot - change - 17 Dec 2022
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 17 Dec 2022
avatar brianteeman
brianteeman - comment - 17 Dec 2022

Not what I would expect. Maybe I am wrong but I dont recall ever seeing a UI where you can do this sort of thing

avatar coolcat-creations
coolcat-creations - comment - 17 Dec 2022

When I am in PHP Storm and create a new directory I can just type parent/child and it creates the parent folder and the child at once.

avatar crystalenka
crystalenka - comment - 17 Dec 2022

I think that this is common behavior when there is on-the-fly creation of items which can be nested. I've seen it in quite a few places, mostly filesystem related.

However, this could have unexpected consequences for people who are using tags that have the / as a part of the text, not an indication of nesting. Like "Bikes/bicycles".

If we were to add it, auto-nested tags would have to be an opt-in behavior in my opinion, because it's specific to the mental model of developers or more systems-minded users. :) Would you agree?

avatar crystalenka crystalenka - change - 17 Dec 2022
Labels Added: ?
avatar crystalenka crystalenka - labeled - 17 Dec 2022
avatar brianteeman
brianteeman - comment - 17 Dec 2022

Should also note that nested * is not always displayed the same way

image

image

image

image

avatar crystalenka
crystalenka - comment - 17 Dec 2022

oh, boy. Good point Brian, that's an issue in and of itself. ?

avatar brianteeman
brianteeman - comment - 17 Dec 2022

I only posted a few examples

avatar crystalenka
crystalenka - comment - 17 Dec 2022

Feel free to post a whole new issue about it and tag me.

avatar brianteeman
brianteeman - comment - 17 Dec 2022

If this is to be implemented as a new feature then it will need to be consistently applied throughout joomla

avatar coolcat-creations
coolcat-creations - comment - 18 Dec 2022

I would love to see here rather more consistency and fix the appearance of the nesting. That would remove the confusion that I could do something like parent/child as well. Could someone remove the new feature tag and add a UX tag instead?

avatar brianteeman
brianteeman - comment - 18 Dec 2022

You need to be very careful here. Whatever you display has to make sense when you are filtering the results

avatar coolcat-creations
coolcat-creations - comment - 18 Dec 2022

But that's the same issue for categories or not?

avatar Hackwar
Hackwar - comment - 20 Dec 2022

You are actually supposed to be able to switch between "ajax" and "nested" mode. This is indeed another inconsistency in the tags component. I would like to introduce an option to limit tags only to one level, which would mean URLs like /tags/[tag-1]/[tag-2]/..., or nested tags, which would mean /tags/[parent-tag]/[child-level1]/[child-level2]/...

avatar coolcat-creations
coolcat-creations - comment - 21 Dec 2022

Actually, I use nested tags a lot, and it's not good to limit them. Or did I misunderstand you?

avatar Hackwar
Hackwar - comment - 21 Dec 2022

Yes, you misunderstood me.

Add a Comment

Login with GitHub to post a comment