VirtualBox

Ignore:
Timestamp:
Mar 26, 2020 9:12:38 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
136691
Message:

TestManger/tooltip: removed debug. div/onload is indeed pointless, so removed it.

Location:
trunk/src/VBox/ValidationKit/testmanager
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/htdocs/js/common.js

    r83456 r83457  
    894894
    895895    /*
    896      * This function does the repositioning at some point.
     896     * Do repositioning (again).
    897897     */
    898898    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     }
    907899}
    908900
     
    10891081
    10901082            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);
    10931088            };
    10941089
  • trunk/src/VBox/ValidationKit/testmanager/webui/template-tooltip.html

    r83455 r83457  
    1010</head>
    1111
    12 <body scroll="no" onload="console.log('template-tooltip.html/onload');">
     12<body scroll="no">
    1313<div id="tooltip" class="tooltip-main">
    1414<div id="tooltip-inner">
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette