Hi,
I'm working on an web application and we have a specific issue with windows 8.1 and IE11. (Firefox and Chrome do work nice).
When clicking links, some cases the click javascript event is triggered but the page does not navigate to the 'href' of the link.
There isn't any preventDefault on the event handlers (every other browser do always work).
The main difficulty here is that it doesn't always happen, I've observed that it happens more often when keeping the mouse down for a while and when clicking over the caption (the actual text of the link).
I prepared a fiddle to show the actual mark-up, but wasn't able to reproduce the error there.
The frameworks being used are: Rails(4.0.1), jQuery(1.10), jQuery-ujs, bootstrap (customized) and font-awesome.