Problem: When calling getDragData after the first drag-drop, I get the expected and correct result back. However, subsequent drag-drops and calls to getDragData will return the same data that was returned the first time.
It took me forever to figure out why this was happening so I figured I would post it here for those who care. The Windows Live Toolbar addon was breaking gears somehow in IE8. Once I disabled it, my problems went away and everything worked perfectly. From a development perspective, I'm somewhat confused by how two different add-ons could conflict with each other but I'm sure there is more going on than is immediately obvious.
