Skip to content

master.lmde7

Choose a tag to compare

@github-actions github-actions released this 22 Apr 15:53
957ed14
Renaming: Fix renaming in the list view being canceled when the

keyboard layout changes.

Using ibus for keyboard layout/ime changes causes a brief focus
loss when switching layouts, causing an active renaming operation
to be completed early. Block the cell-renderer's focus-out handler
and remove our own. We still get correct behavior thru explicit
selection changes in the view or enter/escape.

Fixes #3697.