Summary: | Get focus automaticlally back to main window | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | kdebugs |
Component: | kwrite | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | christoph, jone1941 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kate/66167dc51deeb218d099f9cc0fa1cb1fc05a518e | Version Fixed In: | |
Sentry Crash Report: |
Description
kdebugs
2005-09-20 08:50:33 UTC
Does this still happen with current KDE versions? Thought there are no longer such popups. I can confirm that this issue still exists in kate on Fedora 17 (kate version 4.9.2). The pop-up only occurs when opening and closing remote files. I experience it frequently when editing files remotely via sftp. I run kate under Gnome rather than KDE I don't know if that would have any impact. ok, then reopen ;) To add some further clarification. The pop-up progress bar for remote files seems to be time based. If I open a small file that only takes a few milliseconds to open then no pop-up happens and there is no focus issue. However, if I open larger files via sftp (or any file on a slow connection) a pop-up dialog appears after a second or so and then I run into the focus problem. The save process for remote files has a similar behavior. I personally notice it more with saving files because that process almost always seems take a few seconds causing a pop-up with the same focus issue while opening files it is only really with large files. Git commit 66167dc51deeb218d099f9cc0fa1cb1fc05a518e by Christoph Cullmann. Committed on 01/11/2012 at 16:49. Pushed by cullmann into branch 'master'. inline display that a file is still loading threshold: show it after one second, if still not done, to avoid ugly flicker Related: bug 189158 no dialogs, no focus loss ;) M +0 -3 kate/app/katedocmanager.cpp M +24 -1 part/document/katedocument.cpp M +10 -0 part/document/katedocument.h http://commits.kde.org/kate/66167dc51deeb218d099f9cc0fa1cb1fc05a518e |