This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Description
Very niche issue which appears to be limited to IE:
JavaScript runtime error: Unable to get property 'nodeName' of undefined or null reference
When displaying a popup using .popup('show') the error above is thrown in _safelyBlur, called from _openPrerequisitesComplete when this.document[ 0 ].activeElement is null.
http://jsbin.com/banaqi/1
Run in IE with the F11 dev tools open (also occurs in Visual Studio when in debug mode).