Nigel Cunningham
Nigel Cunningham
I agree with your assessment of things @julientaq . I never considered the possibility of two tables side by side, though I think it should be workable. One of the...
I'm not familiar with postfixadmin but will take a look. Thanks for raising the issue.
What difference in the query does debugging show with / without the header? It sounds like there would be some difference in the invocation or parameters that would be causing...
Please try it with the PR https://github.com/pagedjs/pagedjs/pull/196 - that's working fine for me.
Found the issue with this - the code looking for the overflow isn't handling bottom margins perfectly, leading to it returning the wrong element. Hopefully I'll have a fix pretty...
The issue is in firstOverflowingChild. The code needs to better take into account all the fun around margins in order to correctly calculate which child of an element is the...
Ignoring the differences between the dev console display and JS helps - that just confuses things. Once I stopped worrying about that, everything else makes sense. The last child's top...
Sorry @julientaq , it's taking longer than anticipated. I'm going to head off to bed and finish it with a fresh mind tomorrow.
#196 has now been updated; please test. Thanks!
Ok. If you can give me HTML that reproduces the issue, I'll be in a better position to debug it. Thanks in advance. On 9 June 2024 1:06:51 pm AEST,...