Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

fix(tooltip): Tooltip causing scroll bars to quickly show #4550

Closed
wants to merge 2 commits into from
Closed

fix(tooltip): Tooltip causing scroll bars to quickly show #4550

wants to merge 2 commits into from

Commits on Oct 8, 2015

  1. fix(tooltip): Tooltip causing scroll bars to quickly show

    When the element that has a tooltip attached is hovered upon, the tooltip is created and positioned accordingly. However, there is a slight flicker between the time that the tooltip element is added to the DOM and the moment when it is positioned where it needs to be displayed. This also causes scrollbars to appear/flicker on the browser window in some cases. The fix consists of hiding the tooltip by default (display: none) and then displaying it once it is in place (display: block).
    
    Closes #4458
    cassilup committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    a48afbe View commit details
    Browse the repository at this point in the history
  2. fix(tooltip): Tooltip causing scroll bars to quickly show

    When the element that has a tooltip attached is hovered upon, the tooltip is created and positioned accordingly. However, there is a slight flicker between the time that the tooltip element is added to the DOM and the moment when it is positioned where it needs to be displayed. This also causes scrollbars to appear/flicker on the browser window in some cases. The fix consists of hiding the tooltip by default (display: none) and then displaying it once it is in place (display: block).
    
    Code cleanup.
    cassilup committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    75367f8 View commit details
    Browse the repository at this point in the history