Mateusz Bagiński
Mateusz Bagiński
@Witoso Checked few screen readers on that table:  It looks like changing structure of table HTML improved support for Microsoft Narrator and JAWS. NVDA works the same as before....
## Before changes https://github.com/user-attachments/assets/c352edaf-5271-4cdf-b43f-dfd260958a83 ---- ## After changes ### `div` with `contenteditable` within `td`. PR: https://github.com/ckeditor/ckeditor5/pull/18086 POCer: https://pocer.ckeditor.dev/Microsoft%20Narrator%20tables%20PoC%20(extra%20divs%20within%20td)/2025-03-05%2009-37-39/ckeditor5-table/tests/manual/table.html https://github.com/user-attachments/assets/60054854-f94e-463b-ad97-f980a259aa84 ### Remove the textbox role. PR: https://github.com/ckeditor/ckeditor5/pull/18088 POCer: https://pocer.ckeditor.dev//Microsoft%20Narrator%20tables%20PoC%20(remove%20role%3Dtextbox)/2025-03-05%2009-48-36 https://github.com/user-attachments/assets/05f8b236-a47a-40f1-aaa4-dbd64d340398 ###...
Fyi, I reopened PRs. They were auto-closed after removing `master-it84`.
Consider adding `allowSyntheticDefaultImports: true` to your `compilerOptions` section of `tsconfig.json`. It may solve the issue.
Nie mam dostępu do librusa :/ Możesz wejść do paczki bezpośrednio w Node modules i zdebugowac co się dzieje? Jeśli znajdziesz to byłbym wdzięczny za fix.
@pituluk Licencja na to nie pozwala ;) Poza tym, ta paczka to dzieło sztuki. Mam nadzieję, że nikt jej nigdy nie odpalił.
It's CKE4 gem. If you want to use CKE5, consider switching to https://github.com/Mati365/ckeditor5-rails
@dil-atiwari Consider using newer gem: https://github.com/Mati365/ckeditor5-rails. Few things need to be done, like image upload, but overall it should work with the newest version of CKEditor 5 (and these upcoming...
@dil-atiwari Yep, check comment: https://github.com/Mati365/ckeditor5-rails/issues/6#issuecomment-2482061678