Mateusz Bagiński
Mateusz Bagiński
I cannot reproduce that on classic, as @pszczesniak said.
Found solution. Adding `alias` in `package.json` solves the issue. Example `package.json`: ```json { "type": "module", "dependencies": { "@ckeditor/ckeditor5-react": "^8.0.0-alpha.0", "buffer": "^6.0.3", "ckeditor5": "^42.0.0-alpha.0", "ckeditor5-premium-features": "^42.0.0-alpha.0", "parcel": "^2.12.0" }, "@parcel/resolver-default": {...
@scofalik > menu/definition directory - please put all things into one file, they are all mostly used only by the factory util, with I thing just one exception. Remove "definition"...
@Joshuajrodrigues It's already present on master and was deployed some time ago. In a little bit of different form (without search bar).
@kubaklatt Can you check if the issue still happens on Firefox 131? I'm trying to reproduce it but haven't been able to.
I managed to reproduce that on Chrome with CPU 20x Slowdown. Looks like race condition between selection and clipboard.
I proposed fix: https://github.com/ckeditor/ckeditor5/pull/17327
@Comandeer I checked few solutions: > remove the textbox role – however it could lead to loss of information about cells being editable; needs testing, It works, but it stopped...
@Comandeer > What screen reader did you test? VoiceOver? It would be better to test it in English and to also test JAWS and NVDA. Microsoft Reader using this HTML...
I added draft PoC of table with adjusted HTML structure that works on Microsoft Narrator: https://github.com/ckeditor/ckeditor5/pull/17083 Unfortunately, it looks it's buggy and needs refactor of major parts of table CSS...