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
I have checked "open" AND "closed" issues and this is not a duplicate
Description
Bug description
In the CodeGroup plugin, after adding a new tab, the initial input focus is placed in the tab title field rather than the code editor inside the tab. This prevents users from immediately typing/pasting code and requires an extra click into the code area.
Expected: after a new tab is created, focus should be placed in the active tab’s code editor so the user can start typing/pasting code right away. Actual: focus is placed in the tab title input; user must manually click into the code editor to enter code.
Steps to reproduce
Insert a CodeGroup block.
Create a new tab.
Try typing or pasting code immediately.
Observe the input goes into the tab title field instead of the code editor.