retext-project / retext

ReText: Simple but powerful editor for Markdown and reStructuredText
GNU General Public License v2.0
1.88k stars 196 forks source link

[bug] No pdf export if useWebEngine checked #618

Closed flexid2000 closed 1 year ago

flexid2000 commented 1 year ago

Distros: Arch Linux, Debian 12 Desktop Environment: LXQt (in Arch with Qt6-plugins) ReText v. 8.0.0

Actual behavior: When I check Customize > Use WebEngine (Chromium) and then run Export > PDF a blank page is produced.

Expected behavior: The program should compile a pdf document even if the option Use WebEngine is checked.

Workaround: Set useWebEngine to false.

mitya57 commented 1 year ago

For WebEngine PDF export to work, you need to refresh the preview panel first. For example, enable preview mode and disable again if you want.

Can you please check if it works for you?

flexid2000 commented 1 year ago

Unexplicably, I cannot reproduce the alleged bug any more. It's working now. So let's close the issue.