Devel breaks Active Select
| Project: | Devel |
| Version: | 5.x-1.x-dev |
| Component: | devel |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
The Active Select Module, a nifty CCK Taxonomy module that enables for AJAX-based selection of multi-level taxonomy terms will break when Devel is active at the same time, probably due to some JavaScript error that occurs in the Active Select's AJAX-request when Devel is present.
What will happen is that the actual calling for the sub-level taxonomy items does not occur which results in an endlessly spinning "AJAX-wheel" in the first hierarchy of the taxonomy term.
This is not a real major problem as you won't have Devel running for regular users...
As I am not an expert on JavaScript, this bug might need more information, however it can quite easily be recreated.

#1
i put in a fix for this in the active select queue. it must return Content-type: text/javascript http header in its ajax response.