Summary: | Konsole crash while scrolling inside man page. | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Tony <jodr666> |
Component: | general | Assignee: | Mariusz Glebocki <mglb> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mglb |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Scroll Down on the window to trigger. |
Description
Tony
2018-03-27 19:46:41 UTC
Created attachment 111687 [details]
Scroll Down on the window to trigger.
I must add in case it has something to do with this, scrolling up or down on the desktop is the shortcut set to change "Desktops".
Confirmed on master (df68818e). Looks like my recent patch break more things than I thought. I'll send a fix for review soon. Thanks for report! I can't reproduce here on master Your patch fixed it. wheelEvent, when sending up/down key event, do not sets currentTerminalDisplay like keyPressEvent do. man runs on second screen, and until any key is pressed there, currentTerminalDisplay is null. |