Postponed
Project:
CCK Select Other
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2010 at 15:42 UTC
Updated:
1 Jul 2011 at 16:46 UTC
If I setup one of these fields inside of a content type and then use that content type as part of a flexifield within content profile the javascript doesn't run properly.
Comments
Comment #1
mradcliffeHmm... I have a feeling that the javascript isn't being included.
Edit: No, I'm incorrect. Flexifield changes the CSS id for the select and input text field so it's possible that cck_select_other cannot do anything based on that.
Comment #2
mradcliffeI'm not sure how performance is going to work if I have to pattern match through all the divs on a page to look for a regex string. It might not scale well. At the moment that's the only solution I can think of.
I'm guessing that you can have the same field from two different node types in one flexifield? Or two flexifields with teh same node type on them? And that's why flexifield has to inject a specific CSS Id into each div.
Comment #3
mradcliffeComment #4
mradcliffePostponing for now.