Karolina Schild

Results 10 comments of Karolina Schild

## Bottom margin jumps with certain styles applied ### Steps 1. Open [all-features.html](http://fake.ckeditor.com:8125/ckeditor5/tests/manual/all-features.html) 2. Set editor data to `Captiontest` 3. Shift the focus between the image and the heading ###...

We've tested the PR with @marcelmroz and @kubaklatt and have found one regression that it introduces, which occurs when certain styles are used and is reported above. Besides that, the...

Reopening as it still occurs and affects other manual tests - e.g. in [pastefromofficeenhanced.html](http://localhost:8125/ckeditor5/external/ckeditor5-commercial/packages/ckeditor5-paste-from-office-enhanced/tests/manual/pastefromofficeenhanced.html), there are a lot of cors errors in the console: ``` Refused to connect to ''...

## Error on opening `shadow.html` manual test ### Steps 1. Open http://fake.ckeditor.com:8125/ckeditor5/tests/manual/shadow.html 2. Check the console ### Result The following error is present ``` Uncaught (in promise) Error: Orphaned iframed...

As @niegowski pointed out, [the issue described above](https://github.com/ckeditor/ckeditor5/pull/16975#issuecomment-2413493622) is not related to the editor - it stems from the LastPass extension when the editor is placed inside a Shadow DOM.

What's the right way to set styles for the styles dropdown when the editor is inside the shadow root? I've tried to do it in the based on the example...

@niegowski We've finished testing the PR draft with @marcelmroz and @Acrophost. We checked it on different desktop and mobile browsers and haven't found any issues coming from the editor itself...

### Markdown output doesn't contain nested to-do list items **Steps** 1. Open [markdown.html](http://localhost:8125/ckeditor5-markdown-gfm/tests/manual/markdown.html) 2. Insert a to-do list with nested items **Result** Nested items are missing from the output:

### New lines in tables are missing from the output **Steps** 1. Open [markdown.html](http://localhost:8125/ckeditor5-markdown-gfm/tests/manual/markdown.html) 2. Insert a table 3. Add some text inside a table cell 4. Press enter and...

@filipsobol We've finished testing the changes with @juliaflejterska and apart from reported issues the changes look good to us 👌