<?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>453262</bug_id>
          
          <creation_ts>2022-05-01 13:10:30 +0000</creation_ts>
          <short_desc>image preview doesn&apos;t change when going trough files using TAB or arrow keys</short_desc>
          <delta_ts>2026-03-09 12:59:51 +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>panels: information</component>
          <version>23.08.0</version>
          <rep_platform>Manjaro</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>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Thibault Molleman">kde.lwzr1</reporter>
          <assigned_to name="Dolphin Bug Assignee">dolphin-bugs-null</assigned_to>
          <cc>dolphin-bugs-null</cc>
    
    <cc>eric1</cc>
    
    <cc>meven</cc>
    
    <cc>nate</cc>
    
    <cc>sephiroth_pk</cc>
          
          <cf_commitlink>https://invent.kde.org/system/dolphin/-/commit/c6885f187158f22b6b2c22a5bbc6f95df0272820</cf_commitlink>
          <cf_versionfixedin>26.04</cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2120466</commentid>
    <comment_count>0</comment_count>
    <who name="Thibault Molleman">kde.lwzr1</who>
    <bug_when>2022-05-01 13:10:30 +0000</bug_when>
    <thetext>SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1.  Open a folder with multiple files (jpg&apos;s, pdf&apos;s also have the same issue, doesn&apos;t matter)
2. click on the filename (which make the filename editable)
3. press the TAB key (which makes the next file in the list editable

OBSERVED RESULT
the preview is still the original file you selected

EXPECTED RESULT
the preview should change as you change from file to file when using the TAB key.
(for example in my usecase, I was renaming files based on the content of their first page, so going trough each file one by one using the preview would have been very convenient if it worked)

SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.24.2
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.2
Kernel Version: 5.16.11-2-MANJARO (64-bit)
Graphics Platform: X11
Processors: 16 × AMD Ryzen 7 3700X 8-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 1080/PCIe/SSE2

(NOTE: I am aware i&apos;m running outdated software, there was a problem with upgrading that I haven&apos;t bothered fixing yet. But I believe this issue also still exists in the latest version of Dolphin

ADDITIONAL INFORMATION
See this screencast of the issue as it happens, easily reproducible (on my end at least): https://youtu.be/vkwWnQmrHIc</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2249629</commentid>
    <comment_count>1</comment_count>
    <who name="Eric Armbruster">eric1</who>
    <bug_when>2023-08-30 18:45:41 +0000</bug_when>
    <thetext>The same problem exists when using arrow keys to change the selected file.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2479707</commentid>
    <comment_count>2</comment_count>
    <who name="aristsakas">aristsakas</who>
    <bug_when>2025-12-26 15:21:04 +0000</bug_when>
    <thetext>*** Bug 478552 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2501403</commentid>
    <comment_count>3</comment_count>
    <who name="Bug Janitor Service">bug-janitor</who>
    <bug_when>2026-03-07 12:17:14 +0000</bug_when>
    <thetext>A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/1196</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2501404</commentid>
    <comment_count>4</comment_count>
    <who name="Méven">meven</who>
    <bug_when>2026-03-07 12:20:13 +0000</bug_when>
    <thetext>(In reply to Eric Armbruster from comment #1)
&gt; The same problem exists when using arrow keys to change the selected file.

I am not sure I reproduce this issue with dolphin 25.12, maybe you need particular circumstances.

Please open a separate bug this one will be fixed with https://invent.kde.org/system/dolphin/-/merge_requests/1196.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2501797</commentid>
    <comment_count>5</comment_count>
    <who name="Méven">meven</who>
    <bug_when>2026-03-09 09:56:07 +0000</bug_when>
    <thetext>Git commit 5cc61cac8589f227f05e814cefe6cfd7afec8245 by Méven Car.
Committed on 09/03/2026 at 09:55.
Pushed by meven into branch &apos;master&apos;.

kitemlistview: when editing file name set anchored selection

So the selection manager can consider the selection has changed.

This makes sense as when editing file name you can only have a single item selected.

M  +1    -0    src/kitemviews/kitemlistview.cpp

https://invent.kde.org/system/dolphin/-/commit/5cc61cac8589f227f05e814cefe6cfd7afec8245</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2501819</commentid>
    <comment_count>6</comment_count>
    <who name="Riccardo Robecchi">sephiroth_pk</who>
    <bug_when>2026-03-09 10:36:56 +0000</bug_when>
    <thetext>(In reply to Méven from comment #4)
&gt; I am not sure I reproduce this issue with dolphin 25.12, maybe you need
&gt; particular circumstances.

I cannot reproduce the issue any more, either. It seems like it was fixed somewhere along the way. Thanks for your work, Méven!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2501842</commentid>
    <comment_count>7</comment_count>
    <who name="Méven">meven</who>
    <bug_when>2026-03-09 10:58:15 +0000</bug_when>
    <thetext>Git commit c6885f187158f22b6b2c22a5bbc6f95df0272820 by Méven Car.
Committed on 09/03/2026 at 09:56.
Pushed by meven into branch &apos;release/26.04&apos;.

kitemlistview: when editing file name set anchored selection

So the selection manager can consider the selection has changed.

This makes sense as when editing file name you can only have a single item selected.


(cherry picked from commit 5cc61cac8589f227f05e814cefe6cfd7afec8245)

Co-authored-by: Méven Car &lt;meven@kde.org&gt;

M  +1    -0    src/kitemviews/kitemlistview.cpp

https://invent.kde.org/system/dolphin/-/commit/c6885f187158f22b6b2c22a5bbc6f95df0272820</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>