| Summary: | replace all notification duplicated when scrolling down | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Patrick Roye <patrick.roye> |
| Component: | search | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | missive, rohan |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | http://commits.kde.org/ktexteditor/14a165ac4a32570e0de7b50a7dcce66ff7ab11fa | Version Fixed/Implemented In: | KDE Frameworks 5.24 |
| Sentry Crash Report: | |||
| Attachments: | Screenshot of replacements made bug in action | ||
|
Description
Patrick Roye
2016-05-18 13:16:38 UTC
Created attachment 99049 [details]
Screenshot of replacements made bug in action
Git commit 14a165ac4a32570e0de7b50a7dcce66ff7ab11fa by Dominik Haumann. Committed on 15/06/2016 at 16:04. Pushed by dhaumann into branch 'master'. Fix drawing artifacts when scrolling while notifications are visible REVIEW: 128195 M +8 -8 autotests/src/messagetest.cpp M +1 -0 src/view/katemessagewidget.cpp M +0 -1 src/view/kateview.cpp M +5 -5 src/view/kateview.h M +5 -8 src/view/kateviewinternal.cpp http://commits.kde.org/ktexteditor/14a165ac4a32570e0de7b50a7dcce66ff7ab11fa Will ship with the next KDE Frameworks release - thanks for the report :-) You can of course also build with visual studio and try yourself. *** Bug 351453 has been marked as a duplicate of this bug. *** *** Bug 334550 has been marked as a duplicate of this bug. *** I can confirm that this issue is fixed for me. Thank you so much for taking the time to resolve this issue! Unfortunately, this introduced a bad regression: If a message widget is shown *above* the view twice, it always crashes. Since Kate does not show many message widgets on top, this is seldom, though. KDE Frameworks 5.27 will properly fix this, and we hope the scrolling artifacts are still gone then. Patrick Roye: Please test again with 5.27 :-) You could even do so by testing this with the Neon live image with tomorrows build (https://neon.kde.org/). |