Unfortunately, the workaround proposed at Microsoft Connect did not work in the Twitter Bootstrap collapse plugin:
this.$parent[0].style.zoom = 1
since reflow was presumably triggered too early.
Removed the box-shadow effect through a MSIE media query hack. The shadow is retained for all browsers (read Firefox, Chrome etc.) except for MSIE9 and 10.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Pushed upstream https://github.com/jboss-jdf/ticket-monster/commit/546c40b6f23526aee68ee4bf347e1225b274ae59
Tracked this as MSIE10 bug: http://connect.microsoft.com/IE/feedback/details/763388/repaint-problem-with-dynamically-resizing-box-shadow
Unfortunately, the workaround proposed at Microsoft Connect did not work in the Twitter Bootstrap collapse plugin:
since reflow was presumably triggered too early.
Removed the box-shadow effect through a MSIE media query hack. The shadow is retained for all browsers (read Firefox, Chrome etc.) except for MSIE9 and 10.