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
<script>
function showDimmer() {
$('#dimmerPage').dimmer('show');
}
function hideDimmer() {
$('#dimmerPage').dimmer('hide');
}
</script>
Expected Result
Touchscreen allow to scroll normally (before dimmer, it works).
Actual Result
Scroll page using touch stop working.
In Chrome > F12 > Ctrl + Shift + M > Elements > Event Listeners: I see a new event, called 'preventScroll', I think that this event, when hide dimmer, needed to be removed.
After I use page dimmer, scroll page stop to working in touchscreens (usually mobile phones).
Steps
Expected Result
Touchscreen allow to scroll normally (before dimmer, it works).
Actual Result
Scroll page using touch stop working.
In Chrome > F12 > Ctrl + Shift + M > Elements > Event Listeners: I see a new event, called 'preventScroll', I think that this event, when hide dimmer, needed to be removed.
Version
2.3.3
Testcase
https://jsfiddle.net/p3kd6abf/9/
The text was updated successfully, but these errors were encountered: