-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Labels
BugSoftware defects or other problems that should be fixed.Software defects or other problems that should be fixed.
Description
There seems to be a bug where powertips are offset by the width of the browser scrollbar if Powertip is initialised when no scrollbar is visible but the scrollbar is visible when the tooltips are shown (e.g. due to some content being added or revealed after DOM ready that necessitates the scrollbar).
In the screenshots below Powertip is initialised on DOM ready before the scrollbar is visible. This is Chrome v70.0.3538.102 in Windows.
Correct position (by forcing browser scrollbar to be visible on DOM ready via overflow:scroll on body)

I'm working around this by initialising Powertip after the content (and scrollbar) is visible but it would be good if Powertip handled this.
Metadata
Metadata
Assignees
Labels
BugSoftware defects or other problems that should be fixed.Software defects or other problems that should be fixed.
