IE :Absolute position element overflows the parent div only when its clicked

I applied parent div with position relative and overflow hidden which is working fine in normal scenario on IE.

But when its clicked the element overflows parent element.

This issue happening only on IE not other browsers

overflow content sample

Any idea on this?