[dolphin] [Bug 495613] In search results, "Open Path" does not scroll to file
https://bugs.kde.org/show_bug.cgi?id=495613 Roke Julian Lockhart Beedell <4wy78...@rokejulianlockhart.addy.io> changed: What|Removed |Added CC||4wy78uwh@rokejulianlockhart ||.addy.io -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 495613] In search results, "Open Path" does not scroll to file
https://bugs.kde.org/show_bug.cgi?id=495613 Akseli Lahtinen changed: What|Removed |Added Resolution|--- |FIXED Latest Commit||https://invent.kde.org/syst ||em/dolphin/-/commit/15e0c2a ||98f480f203ce168b6fa9a2e1f2b ||0ed8f8 Status|ASSIGNED|RESOLVED --- Comment #3 from Akseli Lahtinen --- Git commit 15e0c2a98f480f203ce168b6fa9a2e1f2b0ed8f8 by Akseli Lahtinen. Committed on 29/11/2024 at 09:24. Pushed by akselmo into branch 'master'. Make "open path" and "open path in new tab" scroll to the selected item **Open Path** When user clicks on "Open Path" after searching for an item, user expects the view to show the item immediately. We wait for the KItemListSmoothScroller to be done with its animation before the scrollbar sizes are being changed. **Open Path in New Tab** When user selects "Open Path in New Tab", we open a new tab to the folder where the file is, then select and set the file current. We need to get the correct tab when opening one, so it has been added as a return value. M +5-1src/dolphincontextmenu.cpp M +2-2src/dolphinmainwindow.cpp M +2-1src/dolphinmainwindow.h M +2-1src/dolphintabwidget.cpp M +4-3src/dolphintabwidget.h M +12 -0src/kitemviews/kitemlistcontainer.cpp M +8-0src/kitemviews/private/kitemlistsmoothscroller.cpp M +1-0src/kitemviews/private/kitemlistsmoothscroller.h https://invent.kde.org/system/dolphin/-/commit/15e0c2a98f480f203ce168b6fa9a2e1f2b0ed8f8 -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 495613] In search results, "Open Path" does not scroll to file
https://bugs.kde.org/show_bug.cgi?id=495613 Bug Janitor Service changed: What|Removed |Added Status|CONFIRMED |ASSIGNED --- Comment #2 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/857 -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 495613] In search results, "Open Path" does not scroll to file
https://bugs.kde.org/show_bug.cgi?id=495613 TraceyC changed: What|Removed |Added CC||kde...@tlcnet.info -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 495613] In search results, "Open Path" does not scroll to file
https://bugs.kde.org/show_bug.cgi?id=495613 Akseli Lahtinen changed: What|Removed |Added Ever confirmed|0 |1 CC||akse...@akselmo.dev Status|REPORTED|CONFIRMED --- Comment #1 from Akseli Lahtinen --- I can confirm this 1. Create folder in home with a lot of files, then a specifically named file 2. Start search from home folder for this specific file, make sure "Your files" is selected 3. When file is found, right click, select open path 4. The scrollbar wont move to the file dolphin 24.11.70 Operating System: Fedora Linux 41 KDE Plasma Version: 6.2.80 KDE Frameworks Version: 6.8.0 Qt Version: 6.7.2 Kernel Version: 6.11.5-300.fc41.x86_64 (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 3600 6-Core Processor Memory: 15,5 GiB of RAM Graphics Processor: AMD Radeon RX 6600 -- You are receiving this mail because: You are watching all bug changes.