Make the iframe not focusable by using tabIndex of -1

This commit is contained in:
Evert Timberg 2016-08-04 18:55:32 -04:00
parent 8a161a3bef
commit 554f31a1bb

View File

@ -875,6 +875,7 @@ module.exports = function(Chart) {
}
// Set the style
hiddenIframe.tabIndex = -1;
var style = hiddenIframe.style;
style.width = '100%';
style.display = 'block';