-
Notifications
You must be signed in to change notification settings - Fork 754
Open
Description
- Overview
- 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.
- Reproduction Steps
- Open this sample page in Firefox: https://mottie.github.io/tablesorter/docs/example-widget-editable.html
- Click a cell and type any text.
- Press Enter.
- Additional information (workaround)
- Add this code:
$(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
- Add this code:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels