I have event function like this:
###*
Function to show all items
###
showAllItemsToggle_: ( e ) ->
e.stopPropagation()
e.preventDefault()
element = e.target
....
and it is on tag with href="#"
and only in IE after fire this event is this event not prevented. I think GC will solved problems like this for me.