Hi,
I understand that sometimes Ajax-within-ajax can cause problems, but I'm reporting this as a bug.
I have several Form Blocks containing node creation forms, through which users should be able to enter various content types. (what I'm trying to achieve is very similar to the way that facebook allows people to enter "Status updates", "Events", "Links" etc from the same ajaxified form). And so I'm trying to combine various content creation forms into a single Qtab block. The taxonomy tags within these forms are handled by Active Tags module, and they function fine until they appear inside a QTabbed block. And then people can't even enter tags, which are very important in terms of content management architecture.
This is really a show-stopper and I would be grateful if you could fix this please.
Many thanks.
Comments
Comment #1
katbailey commentedAs you mentioned, ajax-within-ajax has problems. They are not Quicktabs-specific problems but have to do with limitations in how we use Drupal.settings to hold information that's required for some ajax capabilities. There's a solution in Drupal 7 and I may be able to backport something to Drupal 6 that will make things like this work.
Comment #2
drupalina commentedThanks a lot! That would be really great.
Comment #3
ManyNancy commentedHi, will this be happening?
Comment #4
katbailey commentedI've just committed a fix for this, thanks to Merlinofchaos. I've implemented the same solution he uses in the CTools AJAX framework. Please test the latest dev version.
http://drupal.org/cvs?commit=332432
Comment #5
netw3rker commented