I have a very simple html page that crashes when I CTRL + C. But:
The problem persists on Chrome 49, Firefox 43 & IE 11.
Because of the above I think it's safe to rule out HTML/CSS problems, as well as browser issues. If it weren't for that IE message, I would also rule out JS problems.
I don't understand how CTRL+C causes a script to run (if I am to trust IE), and I don't know how to find that script. This seems to be a tab-specific issue as all 3 browsers continue to work fine on the other tabs, while the problematic one has stopped responding.
Anyone else had this problem?
I'm running windows 7
Probably your page runs some script. Maybe one of them has unending loop started on push CTRL, C or CTRL+C.