VirtualBox

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

TestManger/tooltip: debug. disable div/onload.

File:
1 edited

Legend:

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

    r83454 r83455  
    899899    if (oTooltip.oElm.onload === null)
    900900    {
    901         oTooltip.oElm.onload = function(){ tooltipRepositionOnLoad(); setTimeout(tooltipRepositionOnLoad, 0); };
     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        };
    902906    }
    903907}
     
    10851089
    10861090            oIFrameElement.onload = function() { /* A slight delay here to give time for #rXXXX scrolling before we show it. */
    1087                 setTimeout(function(){tooltipReallyShow(oTooltip, oParent); svnHistoryTooltipOnLoad();},
     1091                setTimeout(function(){console.log('iframe/onload'); tooltipReallyShow(oTooltip, oParent); svnHistoryTooltipOnLoad();},
    10881092                           isBrowserInternetExplorer() ? 256 : 64);
    10891093            };
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