| Summary: | file dialogue: pressing Esc to close old-style URL combo switches back to breadcrumb navigation | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | Jonathan Marten <jjm> |
| Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 4.2 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Patch to fix (see comment) | ||
|
Description
Jonathan Marten
2009-07-20 10:40:35 UTC
s/middle click/menu click/, of course. Created attachment 42803 [details]
Patch to fix (see comment)
Acting on the keyPressEvent instead of keyReleaseEvent in KUrlNavigator (kdelibs/kfile/kurlnavigator.cpp) appears to solve the problem, with all other actions of the Escape key worling as expected. Patch attached.
Review request at http://reviewboard.kde.org/r/3613/ SVN commit 1115714 by marten: Do not switch the old-style URL combo box back to breadcrumb navigation mode if the Escape key is pressed while the combo box is open. Review at http://reviewboard.kde.org/r/3613/ BUG:200842 M +3 -2 kurlnavigator.cpp M +2 -2 kurlnavigator.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1115714 |