VirtualBox

Ignore:
Timestamp:
Mar 26, 2020 9:12:38 PM (5 years ago)
Author:
vboxsync
Message:

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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.

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