tildeio / htmlbars

A variant of Handlebars that emits DOM and allows you to write helpers that manipulate live DOM nodes
MIT License
1.6k stars 193 forks source link

IE11: page freezing when showing/hiding buttons containing <svg><use> #394

Open ericestes opened 9 years ago

ericestes commented 9 years ago

I've found an issue where clicking buttons containing that trigger actions that show/hide themselves will freeze the page in IE11. The cursor still changes between the arrow/pointer, but nothing responds to mouse events. It seems fine in Chrome.

Attached a jsbin. To reproduce, click the button repeatedly. Usually happens after one or two clicks.

http://jsbin.com/xazebatoye/1/edit?html,js,output