This bug was fixed in the package gedit - 3.30.2-0ubuntu0.18.10.2

---------------
gedit (3.30.2-0ubuntu0.18.10.2) cosmic; 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 <seb...@ubuntu.com>  Mon, 17 Dec 2018 16:41:01
+0100

** Changed in: gedit (Ubuntu Cosmic)
       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 Committed
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     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to