Marius Dumitru Florea
Marius Dumitru Florea
I did: * [x] Search for if my issue has already been submitted * [x] Make sure I'm reporting something precise that needs to be fixed * [x] Give my...
Selecting an option from the dropdown can trigger the CKEditor toolbar if the CKEditor is right after the selectize input and thus underneath the selectize dropdown (when opened). This happens...
**Describe the bug** I've been using the ``zenika/alpine-chrome:latest`` image without any issue for almost 1 year but today I had to clear (prune) the Docker images I have locally and...
This is an attempt to fix #153. There were no test failures, so I'm not sure why floating elements were skipped in the first place.
This is an attempt to fix #154. All automated tests are passing.
Consider this long HTML table with **two columns**: ``` Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut finibus risus. Proin quis nisi lorem. Sed ipsum ligula, egestas sed...
The ``Chunker``, ``Page`` and ``Layout`` instances are sharing the same ``settings`` object which holds the ``maxChars`` value. The ``Chunker`` computes the average ``maxChars`` value for the last 4 print pages...
A common use case, both on the Web and on printed media, is to have text wrapped around an image (most of the time either on the left or on...
It seems the fix from #126 is not enough to properly support iframes. The root problem is that the [realm](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/instanceof#instanceof_and_multiple_realms) of the JavaScript interface (e.g. [Text](https://developer.mozilla.org/en-US/docs/Web/API/Text)) of a DOM node...
In order to reproduce the issue you need: * an HTML page that loads a missing CSS stylesheet (this is the page we want to print to PDF; in practice...