Johannes Renoth

Results 10 comments of Johannes Renoth

this is most likely due to this commit https://github.com/LibrePDF/OpenPDF/commit/ea9e5c600f8ede086135a933a250b1ecd534d09e it removes the only content from header and footer I have the same problem as the original reporter.

Workaround: wrap the Phrase of the Header/Footer in a Paragraph ![image](https://user-images.githubusercontent.com/4069007/189354857-a541019d-794f-454f-bd1a-e267f3d91f02.png)

The reason seems to be that this was tested with a Paragraph as header content, when adding a paragraph to the header a newline Chunk is created that needs to...

I do not understand why this very useful and simple PR did not get merged yet, it adresses one of the most glaring issues with this editor that prevents our...

Please merge, this is useful.

I also removed the ImageUploadHelper et al and JazzySpellChecker (is now done directly via browser API) and the InPlaceEditComponent.

I would update tinymce4 to the latest version of TinyMCE 4 since it works just fine. This module does have some features removed compared to TinyMCE4. TinyMCE3 can be removed...

Looking at the vulnerabilities again, i think it is time to drop TinyMCE 4 as well

> I am succesfully running FST on Java 17 on OpenJDK. Also java records appear to be working. This was done with some additional reflection in the FSTUtil in order...