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
After a few scrolls of <textarea />, which is inside the perfect scrollbar, it starts to work incorrectly. The scroll disappears, but if you select the text and swipe it up or down, the scroll returns. After repeating the same steps, the problem repeats again. The scroll at <textarea /> disappears by the third scroll.
Steps to reproduce:
Scroll the textarea tag;
Scroll the container;
Scroll the textarea tag;
Scroll the container;
Scroll the textarea tag (on this step you can see the problem).
Please, watch the video to understand the problem (bug shown after 13 seconds).
You can reproduce this issue in Sandbox.
The text was updated successfully, but these errors were encountered:
Hi even I am facing the same issue, once the scroll bar of text area reached the end (top or bottom) and if I leave the mouse and then try to scroll with the text area focused it isn't working instead it's scrolling the parent? Kindly look into it and if there's any way to make it to work with some settings it would help. Thanks again.
Solution to your problem is to add 'ps__child--consume' class to textarea to let scrollbar event be consumed by it's child - textarea. This helped me with the same problem, documentation should be updated for sure.
After a few scrolls of <textarea />, which is inside the perfect scrollbar, it starts to work incorrectly. The scroll disappears, but if you select the text and swipe it up or down, the scroll returns. After repeating the same steps, the problem repeats again. The scroll at <textarea /> disappears by the third scroll.
Steps to reproduce:
Please, watch the video to understand the problem (bug shown after 13 seconds).
You can reproduce this issue in Sandbox.
The text was updated successfully, but these errors were encountered: