[krusader] [Bug 309119] Wrong "New directory" dialog behavior: can't clear all typed text

2016-02-20 Thread Davide Gianforte via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=309119

Davide Gianforte  changed:

   What|Removed |Added

 CC||alfedo...@gmail.com

--- Comment #16 from Davide Gianforte  ---
*** Bug 359435 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[krusader] [Bug 309119] Wrong "New directory" dialog behavior: can't clear all typed text

2016-01-13 Thread Marko via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=309119

Marko  changed:

   What|Removed |Added

 CC||ma...@vizio.biz

--- Comment #14 from Marko  ---
says it's fixed in 2.4.0 beta2, but bug is reproducible in krusader 2.4.0
beta3.

-- 
You are receiving this mail because:
You are watching all bug changes.


[krusader] [Bug 309119] Wrong "New directory" dialog behavior: can't clear all typed text

2016-01-13 Thread Till Schäfer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=309119

--- Comment #15 from Till Schäfer  ---
(In reply to Marko from comment #14)
> says it's fixed in 2.4.0 beta2, but bug is reproducible in krusader 2.4.0
> beta3.

nope, it was reported for beta2, but was fixed after beta3 ...

if you are running source distribution (such as gentoo) your can also just
apply this patch here: 

--- krusader/Panel/panelfunc.cpp
+++ krusader/Panel/panelfunc.cpp
@@ -100,7 +100,7 @@
 {
 public:
 virtual State validate(QString , int ) const {
-return input.isEmpty() ? Invalid : Acceptable;
+return input.isEmpty() ? Intermediate : Acceptable;
 }
 };

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 309119] Wrong "New directory" dialog behavior: can't clear all typed text

2016-01-13 Thread Ciro Santilli via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=309119

Ciro Santilli  changed:

   What|Removed |Added

 CC|ciro.santi...@gmail.com |

-- 
You are receiving this mail because:
You are watching all bug changes.