Fossil

Diff
Login

Differences From Artifact [87bf44fb92]:

To Artifact [1ccb8a5932]:


626
627
628
629
630
631
632
633
634

635
636
637
638
639
640
641
642
626
627
628
629
630
631
632


633

634
635
636
637
638
639
640







-
-
+
-







      }else{
        tooltipObj.style.backgroundColor = s.getPropertyValue('background-color')
      }
      tooltipObj.style.borderColor =
         tooltipObj.style.color = s.getPropertyValue('color')
      tooltipObj.style.visibility = "hidden"
      tooltipObj.innerHTML = html
      tooltipObj.appendChild(document.createTextNode(' '));
      tooltipObj.appendChild(
      tooltipObj.appendChild(makeCopyButton("tooltip-link",true,0));
        makeCopyButton("tooltip-link",0));
      tooltipObj.style.display = "inline"
      tooltipObj.style.position = "absolute"
      var x = tooltipInfo.posX + 4 + window.pageXOffset
                   - absoluteX(tooltipObj.offsetParent)
      tooltipObj.style.left = x+"px"
      var y = tooltipInfo.posY + window.pageYOffset
                   - tooltipObj.clientHeight - 4