Bug 372141 - Can't close the document or window sometimes
Summary: Can't close the document or window sometimes
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: General (show other bugs)
Version: git master (please specify the git hash!)
Platform: Debian unstable Linux
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2016-11-06 14:54 UTC by Ilya V. Portnov
Modified: 2018-09-28 14:33 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya V. Portnov 2016-11-06 14:54:24 UTC
Sometimes I can't close the document or window.
Steps after what it sometimes reproduces on my system:
* open krita
* create new document
* paint or do not paint
* click on another display, switch windows (alt-tab or smth like that)
* try to close window with ctrl-w, close krita with ctrl-q, or press [x] in the document, or File -> Close.

expected behavior: document/krita closes
actual behavior: it does not respond at all.

All other shortcuts are working; i can paint and do anything, but cant close document.
Sometimes also Ctrl+V refuses to work.

When I press ctrl-w, i see the following in stdout:

1 0 QKeyEvent(KeyRelease, Key_Meta) QKeyEvent(KeyRelease, Key_Meta)                                                                       1 0 QKeyEvent(KeyPress, Key_Control, ControlModifier) QKeyEvent(KeyPress, Key_Control, ControlModifier)
1 0 QKeyEvent(KeyRelease, Key_Control) QKeyEvent(KeyRelease, Key_Control)
1 0 QKeyEvent(KeyRelease, Key_W, text="w") QKeyEvent(KeyRelease, Key_W, text="w")
1 0 QKeyEvent(KeyPress, Key_Meta, MetaModifier) QKeyEvent(KeyPress, Key_Meta, MetaModifier)
Comment 1 Ilya V. Portnov 2016-11-06 15:01:39 UTC
This is Debian unstable, krita built from git master or impex-refactoring.

Sometimes this triggers right after creating/opening a document; other times it triggers after a while of working.
Comment 2 Halla Rempt 2016-12-07 14:46:46 UTC
Yes, I experenced this a lot when working on the artbook. I have no idea where it comes from; I don't get the output you get here.
Comment 3 Halla Rempt 2017-08-13 13:20:53 UTC
Can you still reproduce this? We have refactored this code at least three times in the past year.
Comment 4 Andrew Crouthamel 2018-09-28 02:44:00 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 5 Ilya V. Portnov 2018-09-28 14:32:19 UTC
Hello.
As of 4.1.0 appimage, this does not reproduce for me.
So I'd suggest to mark this as fixed. It can be reopened if the problem would arise again.