This bug was fixed in the package gedit - 3.28.1-1ubuntu1.1
---------------
gedit (3.28.1-1ubuntu1.1) bionic; urgency=medium
* debian/patches/document-selector-make-search-caseless.patch
- 'document selector: make search caseless', it makes the filter in
the open document dialog work in a more logical way (lp: #1800179)
-- Sebastien Bacher <[email protected]> Mon, 17 Dec 2018 16:46:15
+0100
** Changed in: gedit (Ubuntu Bionic)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1800179
Title:
Search in recent files list only works with lowercase letters
Status in gedit package in Ubuntu:
Fix Released
Status in gedit source package in Bionic:
Fix Released
Status in gedit source package in Cosmic:
Fix Released
Bug description:
* Impact
The document filter is case sensitive which is confusing/not convenient
* Test case
- Open a document with an Uppercase letter
- close it
- click on 'open' and type the name with an Uppercase
-> it should list the document
* Regression potential
The code change is in the filtering code, just test that.
--------------------------------
When clicking “Open” and typing to search the recently opened files,
any search involving uppercase letters fails to return any result,
even if files with uppercase letters in their file names have recently
been opened. Searching for the same file names, but using all-
lowercase letters, does yield results (see attached screenshot). So it
seems that gedit converts the recently used file names to lowercase
before comparing to the search term, which is incorrect.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1800179/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp