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
The text was updated successfully, but these errors were encountered:
driskull
changed the title
[bug]
Sorting is not working on Firefox 1.37 when the ghost class contains overflow:hidden.
Apr 7, 2025
driskull
changed the title
Sorting is not working on Firefox 1.37 when the ghost class contains overflow:hidden.
Sorting is not working on Firefox 1.37 when the ghost class contains overflow:hidden
Apr 7, 2025
driskull
changed the title
Sorting is not working on Firefox 1.37 when the ghost class contains overflow:hidden
[bug] Sorting is not working on Firefox 1.37 when the ghost class contains overflow:hidden
Apr 7, 2025
driskull
changed the title
[bug] Sorting is not working on Firefox 1.37 when the ghost class contains overflow:hidden
[bug] Sorting is not working on Firefox 137 when the ghost class contains overflow:hidden
Apr 7, 2025
driskull
changed the title
[bug] Sorting is not working on Firefox 137 when the ghost class contains overflow:hidden
[bug] Sorting is not working on Firefox 137 when the chosen class contains overflow:hidden
Apr 7, 2025
Describe the bug
Sorting is not working on Firefox 137 when the chosen class contains
overflow:hidden
.To Reproduce
Steps to reproduce the behavior:
Using Firefox 137: https://www.mozilla.org/en-US/firefox/137.0/releasenotes/
overflow:hidden
on the sortable chosen class in the codepen htmlExpected behavior
A css style of
overflow:hidden
would not break usageInformation
This worked fine in Firefox 1.36 so it may be a Firefox regression. However, I'm unable to reproduce without using sortablejs
Versions - Look in your
package.json
for this information:sortablejs = ^1.15.6
@types/sortablejs = ^1.15.8
Additional context
Firefox 137
Reproduction
codesandbox: https://codepen.io/driskull/pen/YPzgeVW?editors=0110
The text was updated successfully, but these errors were encountered: