Bug 321954 - krusader closes when I press ESC to close internal editor
Summary: krusader closes when I press ESC to close internal editor
Status: RESOLVED DOWNSTREAM
Alias: None
Product: krusader
Classification: Applications
Component: general (show other bugs)
Version: Git
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-04 16:37 UTC by Alexandru G.
Modified: 2018-05-06 00:15 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Valgrind dump (101.71 KB, text/x-log)
2013-07-04 16:37 UTC, Alexandru G.
Details

Note You need to log in before you can comment on or make changes to this bug.
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.