I have some HTML forms on a webapp where the form fields output is dynamically driven by the number of records returned from a data query.
In some cases the resulting forms may have hundreds of checkboxes on them. The issue we've noticed with IE 11 is that checking one of them causes a delay/pause before it's actually checked - in the 500ms+ range. That's not acceptable. We've verified this issue across win 7 and win 8 desktops and tablets.
Anybody know if this is a reported bug? Can't find anything on it when searching.
Thanks