| Summary: | typing characters while loading (e. g. via fish) | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Jens Lang <jenslang> |
| Component: | kwrite | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kate/bebfb4f1e3a757cef6f77066e1a1cde51dfed4a4 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
Related bug: #119413 Git commit bf3a8ff006445963d2b11aead0995f5c29be7b96 by Christoph Cullmann. Committed on 05/11/2012 at 18:45. Pushed by cullmann into branch 'master'. during load of remote files, allow now editing! we already have a inline message showing up after 1 sec that loading will take some time ;) solves problem of allowed typing during loading of files via e.g. fish:// M +40 -16 part/document/katedocument.cpp M +7 -4 part/document/katedocument.h http://commits.kde.org/kate/bf3a8ff006445963d2b11aead0995f5c29be7b96 Git commit bebfb4f1e3a757cef6f77066e1a1cde51dfed4a4 by Christoph Cullmann. Committed on 05/11/2012 at 20:58. Pushed by cullmann into branch 'master'. fix regression: read only on save, cleanup the state machine in KateDocument use now one enum, and not xxx stupid unrelated bools M +106 -46 part/document/katedocument.cpp M +28 -5 part/document/katedocument.h http://commits.kde.org/kate/bebfb4f1e3a757cef6f77066e1a1cde51dfed4a4 |
Version: 4.5.2 (using KDE 3.5.2, Debian Package 4:3.5.2-2+b1 (testing/unstable)) Compiler: Target: i486-linux-gnu OS: Linux (i686) release 2.6.15-1-k7 How to Reproduce: * load a file via fish (takes a long time) * type any character while loading * click on edit->undo * first character of file is deleted Expected Behaviour: * state doesn't change to "changed" ("geƤndert" in my editor) * no typing possible while loading * no undo possible