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

mradcliffe’s picture

Hmm... 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.

mradcliffe’s picture

I'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.

mradcliffe’s picture

Status: Active » Needs work
mradcliffe’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Category: bug » feature
Status: Needs work » Postponed

Postponing for now.