You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an exported database is printed, long note- or TOTP-lines are not wrapped. They overflow and some/several characters are lost at the edge of the page. Altering two specific CSS styles in the export fixes this issue.
Steps to Reproduce
Open the attached dummy database: dummy-passwords.zip, password: wDxW%ag7JRSg
Export to HTML: menu Database / Export / HTML
Open exported HTML file in, for example, Chromium for printing
Press Ctrl+P for a print preview
Notice the overflow of the entry's TOTP URL (see screenshot)
Expected Behavior
All characters of long note- and TOTP-lines should be visible in the exported (printed) document.
Actual Behavior
Long lines are not wrapped, but overflow, causing data loss in the process.
Context
Removing the <table>'s margin and setting the entry's text-attribute to overflow-wrap:anywhere in the exported HTML fixes the issue for me.
Overview
When an exported database is printed, long note- or TOTP-lines are not wrapped. They overflow and some/several characters are lost at the edge of the page. Altering two specific CSS styles in the export fixes this issue.
Steps to Reproduce
wDxW%ag7JRSg
Expected Behavior
All characters of long note- and TOTP-lines should be visible in the exported (printed) document.
Actual Behavior
Long lines are not wrapped, but overflow, causing data loss in the process.
Context
Removing the
<table>
's margin and setting the entry's text-attribute tooverflow-wrap:anywhere
in the exported HTML fixes the issue for me.See the following screenshot:
KeePassXC - Version 2.7.7
Revision: 68e2dd8
Qt 5.15.13
Debugging mode is disabled.
Operating system: Fedora Linux 40 (Workstation Edition)
CPU architecture: x86_64
Kernel: linux 6.8.7-300.fc40.x86_64
Enabled extensions:
Cryptographic libraries:
The text was updated successfully, but these errors were encountered: