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
Pressing Enter does not end editing in Firefox.It works fine in Chrome and Edge.
Environment
OS: Windows 11 Pro 24H2
Browser: Firefox 140.3.0esr
Library version: v2.32.0
Details
We use the content editable widget and set editable_enterToAccept to true.When you edit a table cell and press Enter, the cursor goes to the start of the text in the cell. You are still editing that cell.
$(this).trigger("blur");. Put it at line 175 in widget-editable.js. Link: https://github.com/Mottie/tablesorter/blob/master/js/widgets/widget-editable.js#L175