FSN#38632 Layout fix stippellijntje rond frame

svn path=/Website/trunk/; revision=31807
This commit is contained in:
Jos Groot Lipman
2016-12-03 11:38:11 +00:00
parent b4dd7daf63
commit 48f6b91593
2 changed files with 11 additions and 3 deletions

View File

@@ -1111,8 +1111,12 @@ var FcltMgr =
fixActiveelementError: function ()
{ // FSN#25845
// Fix 'unspecified error' op document.activeElement in jQuery 1.9.1/IE 9
try { document.documentElement.focus(); }
catch(e) {/* soms met IE8 op 'remembered' tabbladen */}
var agent = navigator.userAgent;
if (agent.match(/MSIE 7\.0|MSIE 8\.0|MSIE 9\.0/))
{
try { document.documentElement.focus(); }
catch(e) {/* soms met IE8 op 'remembered' tabbladen */}
}
},
mydialog: function (tekst, params)
{

View File

@@ -39,7 +39,11 @@ function _initVrijedagen()
<script type="text/javascript">
// Fix 'unspecfied error' op document.activeelement bij openen
// http://bugs.jquery.com/ticket/13378
jQuery(function () { try { document.documentElement.focus(); } catch(e) {/* soms met IE8 op 'remembered' tabbladen */} });
var agent = navigator.userAgent;
if (agent.match(/MSIE 7\.0|MSIE 8\.0|MSIE 9\.0/))
{
jQuery(function () { try { document.documentElement.focus(); } catch(e) {/* soms met IE8 op 'remembered' tabbladen */} });
}
var mld_vrije_dagen = [<%=mld_vrije_dagen%>];
var calArray = new Array();
// Zie ook kenmerk_common.inc. Delen code was iets te lastig