I am trying to insert a FusionChart node in the body of another node. The input format is filtered html with htmlpurifier filter right after the FusionChart node filter. It doesn't display. Any idea why this is happening?

Comments

jsmm’s picture

The chart displays if the FusionChart filter is placed last. But shouldn't HTML Purifier be the last filter in the input format?

aaron1234nz’s picture

Status: Active » Closed (works as designed)

My guess is that the htmlpurifier does not like the HTML that is generated for FusionCharts. As with most input filters, it pays to play around with their order if they are not working as expected. In this case, putting the FusionChart filter last is probably the best course of action.