Summary: | dragging selected word displays all the line after selected word | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | skrachen <j.chataignon> |
Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | christoph, waqar.17a |
Priority: | NOR | ||
Version First Reported In: | 22.12.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/ktexteditor/commit/d511aa80647fbce182cc113d4324558aab7450fe | Version Fixed In: | |
Sentry Crash Report: |
Description
skrachen
2023-04-06 08:45:47 UTC
Can not reproduce with the mentioned steps Works for me, too, version 5.104.0, Wayland, too. I reproduced it on another machine, but this time only the upper 1/3 of the letters in the "three" is displayed. I tried to change the scaling to 100% (from 125%), it didn't change anything. SOFTWARE/OS VERSIONS Operating System: Kubuntu 22.04 KDE Plasma Version: 5.24.7 KDE Frameworks Version: 5.92.0 Qt Version: 5.15.3 Kernel Version: 5.15.0-69-generic (64-bit) Graphics Platform: X11 Processors: 16 × AMD Ryzen 7 5800H with Radeon Graphics Please share a video of what you are trying to do. Here is a video showing the effect of the bug on the second machine (upper 1/3 of the "three" showing after "two"): https://drive.google.com/file/d/1K-cLzAX_6uEnb8IE7IEOKNBe03uyKcZW/view Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! Git commit 4e229eeaf655ea21c8c6f774291bc1ca560042f6 by Waqar Ahmed. Committed on 17/05/2023 at 13:08. Pushed by waqar into branch 'master'. Fix incorrect lineHeight for drag pixmap We can have custom line height so using fontMetrics is incorrect. M +1 -1 src/view/kateviewinternal.cpp https://invent.kde.org/frameworks/ktexteditor/commit/4e229eeaf655ea21c8c6f774291bc1ca560042f6 Git commit d511aa80647fbce182cc113d4324558aab7450fe by Waqar Ahmed. Committed on 18/05/2023 at 06:17. Pushed by waqar into branch 'kf5'. Fix incorrect lineHeight for drag pixmap We can have custom line height so using fontMetrics is incorrect. (cherry picked from commit 4e229eeaf655ea21c8c6f774291bc1ca560042f6) M +1 -1 src/view/kateviewinternal.cpp https://invent.kde.org/frameworks/ktexteditor/commit/d511aa80647fbce182cc113d4324558aab7450fe |