Closed (outdated)
Project:
Drupal core
Version:
6.x-dev
Component:
taxonomy.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2008 at 08:21 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent
Comments
Comment #1
magoo commentedsame issue here.
To precise when this issue occurs.
1. Select a term in a vocabulary.
2. Upload an image
3. If all the required fields of the node are filled, the taxonomy selection are not kept when the page returns. It does not happen if there is an error in the form.
--
magoo
Comment #2
drewish commentedi actually think this a bug with core taxonomy module. because the same thing happens with every file upload module (audio, filefield, etc) when you're not using ajax uploads.
Comment #3
magoo commentedYour right in assuming that.
I believe the taxonomy module has not taken into account that it would have to display the form after a submission without any errors.
I have in the meantime added a little js to store the selections and to fill the form when displayed but this solution is bad as I have no ways to know when the edition is finished (in order to remove the cookies used).
Comment #4
jody lynn