Skip to content
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

Known issues that can be seen in examples #515

Closed
4 tasks done
simonbengtsson opened this issue Jul 10, 2019 · 5 comments
Closed
4 tasks done

Known issues that can be seen in examples #515

simonbengtsson opened this issue Jul 10, 2019 · 5 comments

Comments

@simonbengtsson
Copy link
Owner

simonbengtsson commented Jul 10, 2019

  • Sometimes text dimension calculation wrong in long text example (height and width)
  • The D in ID not visible in multiple tables example
  • Rowspan alignment off when breaking row (rowspan example) (not fixed but tracked in Row break not working and different in 3.1.1 and 3.2.2 #532)
  • Row wrapping weird in from html with css example
@Marcus-Tecnica-Ltd

This comment has been minimized.

@simonbengtsson

This comment has been minimized.

@dnlbaldwin
Copy link

You can also see in the basic example that when there are multiple IP addresses in a table cell, a newline character is not added between them.

e.g. You see 18.186.38.3718.123.22.82, instead of:
18.186.38.37
18.123.22.82

@simonbengtsson
Copy link
Owner Author

Fixed above issue in latest commit. Thanks for reporting @dnlbaldwin

@simonbengtsson
Copy link
Owner Author

The issue with wrong text dimensions seems to be an issue with justify alignment in jspdf parallax/jsPDF#2553

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants