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?
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
Comment #1
jsmm commentedThe chart displays if the FusionChart filter is placed last. But shouldn't HTML Purifier be the last filter in the input format?
Comment #2
aaron1234nz commentedMy 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.