Bug 321954

Summary: krusader closes when I press ESC to close internal editor
Product: [Applications] krusader Reporter: Alexandru G. <vimishor>
Component: generalAssignee: Krusader Bugs Distribution List <krusader-bugs-null>
Status: RESOLVED DOWNSTREAM    
Severity: normal CC: krusader-bugs-null
Priority: NOR    
Version: Git   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Valgrind dump

Description Alexandru G. 2013-07-04 16:37:48 UTC
Created attachment 80945 [details]
Valgrind dump

Overview:
When I press ESC to close internal editor or dialog, like settings, krusader closes also.

Steps to Reproduce:
  1) Open krusader.
  2) Press F3 to view a text file
  3) Wait for the file to load
  4) Press ESC

Actual Results: Krusader closes with BadWindow "(invalid Window parameter)".
Expected Results: The internal editor should close and krusader remain open.

Build Date & Platform: 
Build 2013-07-03 on Ubuntu 13.04

Additional Information:
I compiled Krusader from git-master.

$ git pull
Already up-to-date.

$ krusader --version
Qt: 4.8.4
KDE Development Platform: 4.10.4
Krusader: 2.4.0-beta3 "Single Step"
Comment 2 Alexandru G. 2013-07-09 17:37:50 UTC
(In reply to comment #1)
> See https://bugs.launchpad.net/ubuntu/+source/kile/+bug/1195007

That update is seems that fixed the problem. Thank you for the link.