-
Bug
-
Resolution: Fixed
-
High
-
3
-
Minor
-
-
Warranty
Issue Summary
When exporting a page to PDF, if there is text in the same paragraph (<p> tag) surrounding a link that is displayed as inline (not just the text of the link, but like a smart link. e.g. https://google.com) The font size of the surrounding text will become tiny.
Steps to Reproduce
- Step 1 Create a page that has a link that can be displayed "inline" such as https://google.com
- Step 2. Surround that inline displayed link with text. make sure the resulting text is in the same <p> tag.
- Step 3. Export the page to PDF directly.
Expected Results
The text of the exported PDF is the same size matching the view of the page.
Actual Results
The text in the same paragraph is made tiny.
Workaround
Change the link to display as text instead of inline.