-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opening page converts all table rows into table header rows #1087
Comments
This seems to be caused by CKEditor's default behavior for implementing row headers and column headers.
What I think is the relevant code is here: At this point I'm not sure how to override/disable the above, and doing so might interfere with the 'Insert Header Row' and 'Insert Header Column' tools in the table editor UI. |
@pdpinch Echoing Matt's comment above, I think this behavior is limitation/bug in CKEditor:
This clip is from https://ckeditor.com/ckeditor-5/demo/, not Studio: table_header_issue.movDocumented in the links Matt...
Two separate issues
I am confident that (2) is somewhat rare: about 72 tables across 44 pages, listed here https://docs.google.com/spreadsheets/d/1iLXs3QBVxk84rT0IQNJq05DffxhdGMDbDejGY4qk6w4/edit?usp=sharing (72 is more than I told you this morning on zoom; I missed the second bullet below.) OCW has 10411 tables
Somewhat related CKEditor issue: ckeditor/ckeditor5#11536 Not entirely related; seems to be above SUBSEQUENT columns becoming headers erroneously. |
Steps to Reproduce
{{< theadopen >}}
...{{< thclose >}}
at the top.Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: