-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Problem:
Some Uikit tooltips from my PAGEGRID module are creating an JS error when the user scrolls while they are visible. You can see it with the latest PW dev version and the latest PAGEGRID version when you scroll inside the style panel while a tooltip is showing.
The error is this: “TypeError: Cannot read properties of undefined (reading 'clientWidth')”
Not sure if it only happens in my specific case with PAGEGRID but it might also affect Uikit tooltips in general when they are in a scrollable fixed container.
Possible solution:
I can confirm that the new Uikit version 3.24.2 has fixed the problem. So it would be great if we could update Uikit at some point.