Changeset 83457 in vbox for trunk/src/VBox/ValidationKit/testmanager/htdocs
- Timestamp:
- Mar 26, 2020 9:12:38 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/htdocs/js/common.js
r83456 r83457 894 894 895 895 /* 896 * This function does the repositioning at some point.896 * Do repositioning (again). 897 897 */ 898 898 tooltipRepositionOnLoad(); 899 if (oTooltip.oElm.onload === null)900 {901 oTooltip.oElm.onload = function() {902 console.log('div/onload');903 /* tooltipRepositionOnLoad(); - do we need this any more? Don't think it's ever called...904 setTimeout(tooltipRepositionOnLoad, 0); - do we need this any more? */905 };906 }907 899 } 908 900 … … 1089 1081 1090 1082 oIFrameElement.onload = function() { /* A slight delay here to give time for #rXXXX scrolling before we show it. */ 1091 setTimeout(function(){console.log('iframe/onload'); tooltipReallyShow(oTooltip, oParent); svnHistoryTooltipOnLoad();}, 1092 isBrowserInternetExplorer() ? 256 : 64); 1083 setTimeout(function(){ 1084 /*console.log('iframe/onload');*/ 1085 tooltipReallyShow(oTooltip, oParent); 1086 svnHistoryTooltipOnLoad(); 1087 }, isBrowserInternetExplorer() ? 256 : 128); 1093 1088 }; 1094 1089
Note:
See TracChangeset
for help on using the changeset viewer.