- 🇳🇿New Zealand quietone
I tested this on Drupal 11.x, standard install and I was able to reproduce some of the problem
- Create an article type node with "mongoose, zebra, aardvark" in the free tagging field and save
- View the node... the order is "aardvark, zebra, mongoose" (i.e. the reverse order to which the terms are entered). This is not longer true. The tags are in the order entered.
- Go to the taxonomy list screen for the default vocab you will see that the terms are in alphabetical order
- Change it to any other order (except the order entered in the field) eg. Zebra, Mongoose, Aardvark
- Go back to the created article - you will see it has no effect
So the issue is now that when viewing a node, the order of the tags is not the same as the ordering of the vocabulary.
I am updating the steps to reproduce