Sam Sarette
Sam Sarette
Seems like all dialogs return "1" on any "Cancel" button options. Dialog & whiptail have escape key return values, DIALOG_ESC (default 255) and -1 respectively. An empty response can be...
You provide `calculateTextDialogSize `with a string to test width of. It runs `updateDialogMaxSize `to make sure the dialog sizes never reach off the edges of the screen. It calculates size...
Seems like the size update function never worked due to the way bash functions can't affect the variables outside them. We should return the 3 values and read them in,...
Improved automatic values, and also provided 2 new variables you can use to override. ```bash ZENITY_HEIGHT=1024 ZENITY_WIDTH=640 displayFile "$HOME/test.log" ```
The GitLab seems to no longer exist.
May be related to https://github.com/pagedjs/pagedjs/issues/198 ?
Getting rid of the footer ```css @footnote { display: none; height: 0; } ``` didn't do it
I have this issue on 2 mostly-the-same templates. One has some bottom padding: ```css table { margin-bottom: 1em; } ``` One has no padding or margin specified on the table,...
That new rule didn't really help. Funny enough, I went a step further, removed the td/th padding entirely, and it caused EVERY table split to hid a row at the...
Okay, I was able to finally reduce this to a more reasonable sized example from the original. Update: further minimized the example [test-pagedjs-206.zip](https://github.com/pagedjs/pagedjs/files/15471611/test-pagedjs-206.zip)