Ticket #3813 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

Filter isn't cleared when entering empty string

Reported by: mooffie Owned by: mooffie
Priority: major Milestone: 4.8.20
Component: mc-core Version: master
Keywords: Cc:
Blocked By: Blocking:
Branch state: merged Votes for changeset: committed-master

Description

Steps to reproduce:

  1. Bring up the Filter dialog (menu: Left / Filter).
  2. Type *.txt (for example), and press ENTER, to filter the listing.
  3. (Notice how the panel's header now shows "Name [*.txt]" to indicate that the filter is active.)
  4. Bring up the Filter dialog again.
  5. Delete the filter string (clear it, in other words), and press ENTER.
  6. (Notice how the panel's header now shows only "Name", to indicate that the filter is inactive.)
  7. HOWEVER, observe that the listing is still filtered! No files are shown (except directories).

(For the record: to clear the filter you need to type "*". But as step #6 shows, clearing the string was supposed to be another method (which is easier than typing "*" (or ".*", when turning on regepx syntax)).

Change History

comment:1 Changed 7 years ago by mooffie

  • Owner set to mooffie
  • Status changed from new to accepted
  • Branch state changed from no branch to on review

comment:2 Changed 7 years ago by andrew_b

  • Votes for changeset set to andrew_b
  • Branch state changed from on review to approved

comment:3 Changed 7 years ago by mooffie

  • Status changed from accepted to testing
  • Votes for changeset changed from andrew_b to committed-master
  • Resolution set to fixed
  • Branch state changed from approved to merged

comment:4 Changed 7 years ago by mooffie

  • Status changed from testing to closed

NEWS-4.8.20 updated.

Note: See TracTickets for help on using tickets.