views:

109

answers:

0

I'm using Highcharts (which are JS based charts) in conjunction with jQuery Sortable. Each chart is rendered within an <li> and sortable on the parent <ul> allows me to move them around. This works great in Firefox and Chrome.

In IE7, however, I get extremely weird behavior: The dragging works fine, but as soon as I drop it, the chart turns from its prior beautiful version into a completely crippled, miniaturized, black-and-white uglyness. Does anybody have any clue what could cause this?