Closed (outdated)
Project:
Editable Fields
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2009 at 13:02 UTC
Updated:
25 Nov 2016 at 23:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ShutterFreak commentedOops - read "When there are 5 taxonomy terms assigned to one taxonomy term" as "When there are 5 taxonomy terms assigned to one taxonomy field in the content type".
Comment #2
ShutterFreak commentedI believe the problem resides in
theme_editablefields_formatter_editable()ineditablefields.modulewhere an "editablefield" <div> is created for each and every taxonomy term, instead of doing this only for the list of taxonomy terms, or maybe only for the first taxonomy term only. I understand that the AJAX magic automagically replaces every occurrence of "editablefield" <div> with the AJAX editablefields widget.If the code could be rewritten to only add
class="editablefieds"to the list instead of each term individually then I think this module may be able to do the job when multiple taxonomy terms can be selected/added.I have attached a screen capture of a node with "editablefields" enabled and 3 terms listed to illustrate the problem.
Comment #3
markfoodyburton commentedThere is a fix for this in the new dev version, not sure if it totally fixes the problem - can you check?
Comment #4
ShutterFreak commentedI get a white error page with the following message:
Comment #5
markfoodyburton commentedyou need the latest dev version of cck too
Cheers
Mark.
Comment #6
joelpittetClosing this to triage the queue. Feel free to comment if you'd like this to be re-opened, though currently there is nobody supporting the 6.x branch.