It seems to me that weight should be set to 1 at least when working with Taxonomy Access Control enabled (I find it taxonomy defaults gets installed with 0 and following the suggestion to set it to -1 as mentioned in the README.txt file leads to defaults being ignored).
Comments
Comment #1
bradweikel commentedThanks for catching this -- it's actually just a documentation bug. A previous version of Taxonomy_Defaults required it to run BEFORE taxonomy, but that caused all sorts of bugs so I refactored everything so that it could run after. Looks like I forgot to update the README.
hook_requirements actually enforces this weighting, so if you had gone to your site's status page you would have seen a warning instructing you to increase Taxonomy_Defaults' weight.
I'll update the README next time I'm making edits.
Comment #2
bradweikel commentedDocumentation fix committed