Commit e3825c8
fix(gtk): PathChooser Enter key now confirms dialog and prevents hang
Pressing Enter in a PathChooser widget previously caused a hang when
inside dialogs (due to unhandled keypress propagation) and did not
confirm the dialog. Both issues are now fixed: Enter is intercepted
at the PathChooser level to stop propagation, and the containing
dialog is triggered to respond correctly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 515f7bd commit e3825c8
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1409 | 1409 | | |
1410 | 1410 | | |
1411 | 1411 | | |
1412 | | - | |
| 1412 | + | |
| 1413 | + | |
1413 | 1414 | | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
1414 | 1418 | | |
1415 | 1419 | | |
1416 | 1420 | | |
| |||
0 commit comments