Bug 396159 - Quick open doesn't show any document
Summary: Quick open doesn't show any document
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: application (show other bugs)
Version: 18.04.2
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-04 12:11 UTC by Louis Moureaux
Modified: 2018-07-14 16:58 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot demonstrating the problem (in French) (17.16 KB, image/png)
2018-07-04 12:11 UTC, Louis Moureaux
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Louis Moureaux 2018-07-04 12:11:17 UTC
Created attachment 113753 [details]
Screenshot demonstrating the problem (in French)

Since the last update, Kate doesn't show any document in the Quick Open view (Ctrl-Shift-O). I have this problem on both of Kde Neon and Arch Linux.
Comment 1 Christoph Cullmann 2018-07-14 16:58:58 UTC
I assume this is the Qt 5.11 regression


commit 291b68994d7c6176dbc1983c956e2bb7135559e0
Author: Sven Brauch <mail@svenbrauch.de>
Date:   Wed Jun 13 17:25:20 2018 +0200

    Fix QuickOpen with Qt 5.11
    
    It remains to be investigated whether this is a regression in Qt
    itself, or misuse of the API on our side. There is at least one
    misuse (the call to mapFromSource) which is wrong in the old version,
    so this patch improves the situation in either case.
    
    Differential Revision: https://phabricator.kde.org/D13517
    BUG:395039