-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
package:tablesquad:coreIssue to be handled by the Core team.Issue to be handled by the Core team.type:bugThis issue reports a buggy (incorrect) behavior.This issue reports a buggy (incorrect) behavior.
Milestone
Description
📝 Provide detailed reproduction steps (if any)
- Open for example - ckeditor.com/docs/ckeditor5/latest/examples/builds-custom/full-featured-editor.html
- Using Source Editing apply this table:
<figure class="table"><table><tbody><tr><td>a</td><td>b</td><td>c</td></tr><tr><td>1</td><td>2</td><td>3</td></tr></tbody></table></figure>- Focus any cell from first row open
Rowdropdown and click onHeader rowtoggle button. - Click again.
(Chrome version matters - check the Other details section below 👇)
✔️ Expected result
After first click, the focused table row should became a header row, after second click should became a regular one.
❌ Actual result
After first click, the focused table row becomes a header row, but toggle button didnt change his state, after second click the toggle button changed his state also second row is marked as a header row.
❓ Possible solution
If you have ideas, you can list them here. Otherwise, you can delete this section.
📃 Other details
⚠ It was worked ok for example on Chrome v.131, but after installed the newest version (also tested on Canary) it's not work properly anymore. ⚠
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
package:tablesquad:coreIssue to be handled by the Core team.Issue to be handled by the Core team.type:bugThis issue reports a buggy (incorrect) behavior.This issue reports a buggy (incorrect) behavior.