Summary: | when I close a file it jumps not to the previous selected | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Dmitri Koulikoff <kde> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | christoph, nate, waqar.17a |
Priority: | NOR | ||
Version: | 20.12.2 | ||
Target Milestone: | --- | ||
Platform: | Slackware | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/kate/commit/8573b12496d6ee26c5ab868734bf18ccf9395390 | Version Fixed In: | 22.04 |
Sentry Crash Report: | |||
Attachments: | after closing a file kate selects not the previously used. |
Description
Dmitri Koulikoff
2021-03-06 17:27:22 UTC
Please, fix it. This bug is very annoying. Trying on 21.12, If I close a tab, it takes me to the previous one. Can you try with the latest please? And if the bug is still reproducible, maybe you have more detailed steps on how to reproduce this or a video. (In reply to Waqar Ahmed from comment #2) > Trying on 21.12, If I close a tab, it takes me to the previous one. Can you > try with the latest please? > > And if the bug is still reproducible, maybe you have more detailed steps on > how to reproduce this or a video. See the new attachment Created attachment 145545 [details]
after closing a file kate selects not the previously used.
I used ctrl+W to close a file. Tried again a few times, can not reproduce. Maybe you have some config that triggers this bug. (In reply to Waqar Ahmed from comment #6) > Tried again a few times, can not reproduce. > > Maybe you have some config that triggers this bug. It is possible. Which config do you need? I'll send you it. Not sure which config. We do not have any configs controlling this behavior I think. Do you limit the number of tabs? It could probably be some particular access pattern causes this. Can you reliably reproduce this all the time or only sometimes? > Do you limit the number of tabs?
Yes, I do, of course. But it must not touch the history of the visited file.
(In reply to Dmitri Koulikoff from comment #9) > > Do you limit the number of tabs? > > Yes, I do, of course. But it must not touch the history of the visited file. … files I can reproduce that, it will stay on the same tab (if limited) and fill there in the next document that has no tab ATM. A possibly relevant merge request was started @ https://invent.kde.org/utilities/kate/-/merge_requests/625 Git commit 8573b12496d6ee26c5ab868734bf18ccf9395390 by Christoph Cullmann, on behalf of Waqar Ahmed. Committed on 20/02/2022 at 17:07. Pushed by cullmann into branch 'master'. Fix LRU tab behaviour M +10 -0 kate/kateviewspace.cpp https://invent.kde.org/utilities/kate/commit/8573b12496d6ee26c5ab868734bf18ccf9395390 |