<a href='http://www.xyz.hu/xyz' alt='Kosár' title='Kosár'>Megtekintés</a>
Additionally: - A setInterval function refreshes the sibling's content every second, although it should not affect this specific element as it has been disabled and still does not work. - This element features a CSS3 transition effect on hover. - Both normal Chrome and Chrome Canary browsers do not open these links. However, the links appear at the bottom and right-clicking is possible, while middle and left clicks do not work. - The links function properly in all other browsers.
Update 1:
Extensive code is included because the cause of this issue is unknown.
Link located at lines 79 - 86
Update 2: Even without the transitions, the issue persists. The mouseover function continues to refresh its content as the mouse interacts with the main container. This behavior should not occur, in my opinion.
Furthermore, the links do not work in Safari either.