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

fix(tooltip): Tooltip misplaced near right side #4311

Closed
wants to merge 2 commits into from
Closed

fix(tooltip): Tooltip misplaced near right side #4311

wants to merge 2 commits into from

Commits on Aug 31, 2015

  1. fix(tooltip): Tooltip misplaced near right side

    When the tooltip is near the right side of the first parent with relative positionning, the box size used to compute the tooltip position can change after the new location is set.
    Then, it is required to reset the position (top: 0, left: 0) before computing the position.
    
    Closes: #4195
    dabos-GFI committed Aug 31, 2015
    Configuration menu
    Copy the full SHA
    c7f1009 View commit details
    Browse the repository at this point in the history
  2. fix(tooltip): Tooltip misplaced

    Another issue when the box size change when tooltip is relocated.
    dabos-GFI committed Aug 31, 2015
    Configuration menu
    Copy the full SHA
    530a942 View commit details
    Browse the repository at this point in the history