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
Description
When we have a table that have HTML5 <input type="range"> element inside its header row, the slider will behave itself strange. This happens in Firefox and Safari
In Firefox, a slider pointer position will be restored to its original position when we will drag it and release. In Safari on drag it holds and moves correspond to mouse even if we release mouse button after dragging and also blocks any interactives with webpage
This is how this looks in Firefox:
Also attend to sliders that placed in normal table cells, not in header. It works normally
The text was updated successfully, but these errors were encountered:
zkelo
changed the title
Bug with HTML5 range input when its inside tablesorter's table header
Bug with HTML5 range input when it inside tablesorter's table header
Oct 30, 2023
Description
When we have a table that have HTML5
<input type="range">
element inside its header row, the slider will behave itself strange. This happens in Firefox and SafariIn Firefox, a slider pointer position will be restored to its original position when we will drag it and release. In Safari on drag it holds and moves correspond to mouse even if we release mouse button after dragging and also blocks any interactives with webpage
This is how this looks in Firefox:
Also attend to sliders that placed in normal table cells, not in header. It works normally
Sandbox
https://codepen.io/alxndrr/pen/GRzgRaZ
The text was updated successfully, but these errors were encountered: