I am testing a highly-customized web application in Internet Explorer 10 on Windows 8, since it is an up and coming release, and will likely be using my application some day
The solution for IE10-docmode "standard" has been posted before.
I incidentially found some kind of workaround which is independent from IE10-docmode.
If you can live with changing the width of all inputs to a maximum of 80 pixels use the following jquery: $("input[type=text]").width(80);