Summary: | after printing emoji to pdf, horizontal character spacing is borked until restarting kate | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | kdebugs |
Component: | part | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | christoph |
Priority: | NOR | ||
Version First Reported In: | 22.08.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | https://invent.kde.org/frameworks/ktexteditor/-/commit/786fc1c139e56d9e143b1a9a707e28527f1eafd1 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Shows how it looks as you continue pasting smileys. First is how it looks immediately after print dialog closes.
screenshot showing only 1 of 7 entered emojis screenshot of smileys in a document before print took place vs after screenshots showing collapse as cursor moves to lines of existing smileys |
Description
kdebugs
2023-02-10 00:17:05 UTC
Created attachment 156116 [details]
screenshot showing only 1 of 7 entered emojis
Created attachment 156117 [details]
screenshot of smileys in a document before print took place vs after
Smileys that existed in a document before the print operation all show, but stacked up.
Created attachment 156118 [details]
screenshots showing collapse as cursor moves to lines of existing smileys
Neglected to mention that a string of pre-existing smileys does not collapse on top of each other until you move your cursor onto the line containing them. (If your cursor was already there, it will seem immediate.) You don't have to move it into the range containing them, just anywhere in that line. This can be the document you print, or it can be open alongside the one you print.
The smileys are ok for me with the current version but other strange stuff happens like the theme is altered... Git commit 786fc1c139e56d9e143b1a9a707e28527f1eafd1 by Christoph Cullmann. Committed on 13/09/2024 at 18:35. Pushed by cullmann into branch 'master'. ensure modify the renderer that is used for printing instead of altering the renderer of the view we do want to print Related: bug 488605, bug 487081, bug 483550 M +7 -7 src/printing/printpainter.cpp https://invent.kde.org/frameworks/ktexteditor/-/commit/786fc1c139e56d9e143b1a9a707e28527f1eafd1 |