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
Clicking inside a table cell does not trigger the focus event
Clicking outside the table after editing a cell does not trigger the blur event Note: The focus and blur events work correctly only for the first time after creating the table. Subsequent interactions with the table cells do not trigger these events.
This regression appears to have been introduced in version 4.3.1 and affects all subsequent versions.
Description
When interacting with table cells in the editor:
focus
eventblur
eventNote: The
focus
andblur
events work correctly only for the first time after creating the table. Subsequent interactions with the table cells do not trigger these events.This regression appears to have been introduced in version 4.3.1 and affects all subsequent versions.
Reproduction Steps
Live reproduction: JSFiddle Example
Expected Behavior
focus
event should trigger when clicking into a table cellblur
event should trigger when clicking away from an edited table cellActual Behavior
focus
event when entering table cellsblur
event when leaving table cellsAffected Versions
The text was updated successfully, but these errors were encountered: