<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>259382</bug_id>
          
          <creation_ts>2010-12-09 22:13:14 +0000</creation_ts>
          <short_desc>Make clicking the current folder in places list reset filter bar</short_desc>
          <delta_ts>2023-01-25 17:17:08 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>dolphin</product>
          <component>bars: filter</component>
          <version>2.1</version>
          <rep_platform>Unlisted Binaries</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>wishlist</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Kai Uwe Broulik">KaiUweBroulik2</reporter>
          <assigned_to name="Dolphin Bug Assignee">dolphin-bugs-null</assigned_to>
          <cc>agronick</cc>
    
    <cc>kde</cc>
    
    <cc>nate</cc>
    
    <cc>quamis+kde</cc>
    
    <cc>serg</cc>
    
    <cc>sowieso</cc>
    
    <cc>thomas.pfeiffer</cc>
          
          <cf_commitlink>https://invent.kde.org/system/dolphin/commit/96323e049c700fcd63d93f00c5b92a8ddfe0cb27</cf_commitlink>
          <cf_versionfixedin>23.04</cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      <flag name="Usability"
          id="1288"
          type_id="4"
          status="?"
          setter="kde"
    />

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1056052</commentid>
    <comment_count>0</comment_count>
    <who name="Kai Uwe Broulik">KaiUweBroulik2</who>
    <bug_when>2010-12-09 22:13:14 +0000</bug_when>
    <thetext>Version:           unspecified
OS:                Linux

Sometimes I find myself clicking on “Pictures” over and over again and not having my files displayed since I recently typed in a filter and moved/deleted the file(s) displayed.
I‘d like to have the filter box being cleared when clicking the current folder in the places list. (See also Bug 255408)

Reproducible: Always</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1290833</commentid>
    <comment_count>1</comment_count>
    <who name="Jeroen van Meeuwen (Kolab Systems)">vanmeeuwen</who>
    <bug_when>2012-08-24 16:19:36 +0000</bug_when>
    <thetext>Resetting assignee to default as per bug #305719</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1311203</commentid>
    <comment_count>2</comment_count>
    <who name="quamis">quamis+kde</who>
    <bug_when>2012-10-31 18:18:19 +0000</bug_when>
    <thetext>Cannot reproduce on dolphin 2.0/KDE4.8.5 (Kubuntu).
The bug was reported in 2010, it might have been fixed in the meantime.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1311265</commentid>
    <comment_count>3</comment_count>
    <who name="Jekyll Wu">adaptee</who>
    <bug_when>2012-10-31 22:19:39 +0000</bug_when>
    <thetext>This report is still valid. Notice the condition &quot;clicking the current folder in the places list&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1455096</commentid>
    <comment_count>4</comment_count>
    <who name="Kyle Agronick">agronick</who>
    <bug_when>2014-06-14 04:25:02 +0000</bug_when>
    <thetext>I think the functionality is correct. It does clear if you choose a different folder.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1582963</commentid>
    <comment_count>5</comment_count>
    <who name="">sowieso</who>
    <bug_when>2016-03-16 18:54:21 +0000</bug_when>
    <thetext>Its technically correct, but not intuitive. For instance by clicking the home-folder I would expect to get to a sane default, thus no filters selected, for what other reason would I click this button (regardless if, but especially when I already am inside). This is clearly only an edge case, but another step on the road towards perfection.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1583258</commentid>
    <comment_count>6</comment_count>
    <who name="Thomas Pfeiffer">thomas.pfeiffer</who>
    <bug_when>2016-03-18 10:48:46 +0000</bug_when>
    <thetext>I agree with sowieso@dukun.de: Yes, the current behavior is technically correct, but what&apos;s technically correct isn&apos;t automatically what users expect.
From a user perspective, there isn&apos;t much difference between clicking on the current entry on the side bar, or a different one.

Also, why would users click on the folder they&apos;re already in if they didn&apos;t expect anything to change?

Therefore the proposed change makes sense. Notice that this does not apply if the filter is &quot;locked&quot;, of course.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2201857</commentid>
    <comment_count>7</comment_count>
    <who name="Serg Podtynnyi">serg</who>
    <bug_when>2023-01-25 16:53:42 +0000</bug_when>
    <thetext>Git commit 96323e049c700fcd63d93f00c5b92a8ddfe0cb27 by Serg Podtynnyi.
Committed on 25/01/2023 at 11:37.
Pushed by felixernst into branch &apos;master&apos;.

Clear filter bar on clicking current folder in places

Reset the filter bar when user clicks on the current folder in places
list, also rename slot function to be more clear.

M  +2    -0    src/dolphinmainwindow.cpp
M  +6    -1    src/dolphinviewcontainer.cpp
M  +1    -0    src/dolphinviewcontainer.h
M  +1    -1    src/filterbar/filterbar.cpp
M  +1    -1    src/filterbar/filterbar.h

https://invent.kde.org/system/dolphin/commit/96323e049c700fcd63d93f00c5b92a8ddfe0cb27</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>