-
-
Notifications
You must be signed in to change notification settings - Fork 696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skip_first_whitespace -> tuple index out of range #2134
Comments
Hi! Thanks for the report. Unfortunately, the stack trace doesn’t help much because it’s a very common path, and it’s hard to understand what’s different in your case. Would you have the possibility to share a whole HTML+CSS example that fails? If you can’t share it publicly, you can share it by mail ([email protected]). |
I prepared a full example and sent it to you by email, two weeks ago. Did you ever receive it? |
I can’t find it. Could you please send it again? |
Got it, thanks! |
Thanks for your example. There were two different problems:
These cases are now fixed and tested. Feedback is welcome! |
Thank you! Sounds great! Will test it when I’m back in the office!
|
I can confirm now, that the latest version from git works perfectly with all our templates. |
Happens in Version 60.2 and still in 61.2. The stacktrace is from 61.2
The circumstances are a bit weird. The affected template works fine without any issues since about a year. We have just one case, where it fails (reproducable).
We generate an table with rows for each article (an invoice). Some of these rows have their own sub-header.
To avoid that a header is the last item on page 1 and the article is on page 2, the sub-header is part of the same table-row as the article and is then repositioned with css (with a dynamically fine-tuned combination of padding, negative margin, line-breaks and position-absolute).
For the example i put the css inline:
And in this one case (out of thousands) the following error occures.
I hope you can nail it down by that, even if is hard to repoduce without the exact css + html.
The text was updated successfully, but these errors were encountered: