Klipper crashes when any modifier key (with the exception of ALT) is pressed. This is because it enters into an infinite recursion. This happens because Klipper popup delegates all events to its input field. The input field does not consume the event, so it is propagated to the parent widget, which is the popup. The popup tries to send the event to the input field again. Since klipper is now part of plasma, this bug kills the entire shell REVIEW: 122106 BUG: 342947wilder-5.14
parent
8d831d9dfc
commit
c01ab8aa2a
2 changed files with 18 additions and 2 deletions
Loading…
Reference in new issue