You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scroll event listener cannot handle scroll because the scroll event has no bubbling. Since the handler does not use capturing, the scroll events are not handled.
To Reproduce
Steps to reproduce the behavior:
Put popover's button inside scrollable div
set repositionOnScroll prop to true
Пиздец
Expected behavior
Reposition on div's scroll
Screenshots
This video shows bug, and it will help with understanding my english (bim-bim, bam-bam)
polniy_pizdec_ya_ebal.mov
Host/Environment (please complete the following information):
OUI Version: 1.3
Additional context
I like to drink coffee in the morning
The text was updated successfully, but these errors were encountered:
Describe the bug
Scroll event listener cannot handle scroll because the scroll event has no bubbling. Since the handler does not use capturing, the scroll events are not handled.
To Reproduce
Steps to reproduce the behavior:
repositionOnScroll
prop totrue
Expected behavior
Reposition on div's scroll
Screenshots
This video shows bug, and it will help with understanding my english (bim-bim, bam-bam)
polniy_pizdec_ya_ebal.mov
Host/Environment (please complete the following information):
Additional context
I like to drink coffee in the morning
The text was updated successfully, but these errors were encountered: