I have a case where I want a mouseover to highlight the shape the mouse is on.
In graphicsLayer.on('mouse-over') I call getShape().moveToFront() in order to make sure the outlines are on top of other outlines.
But If I do that in IE (11) then mouse-out and click events won't happen. Doubleclick leads to a single click.