Opened 7 years ago
Closed 3 years ago
#13643 closed bug (duplicate)
BRefFilter un-filters ESCAPE key
Reported by: | owenca | Owned by: | waddlesplash |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Kits/Interface Kit | Version: | R1/Development |
Keywords: | BFilePanel, BRefFilter | Cc: | humdinger |
Blocked By: | #13151 | Blocking: | |
Platform: | All |
Description
The ESCAPE key is supposed to close a BFilePanel
window, but if the file panel is constructed with a BRefFilter
argument like in Expander and Filer, the ESCAPE key will clear the file/folder list instead.
Change History (7)
comment:1 by , 7 years ago
follow-up: 5 comment:3 by , 7 years ago
A guess about this: the escape key is used by Tracker to clear its own filter if you have type-ahead filtering enabled. Maybe that filter interferes with the BFilePanel one somehow? What if you disable type-ahead filtering?
comment:5 by , 7 years ago
Replying to pulkomandy:
A guess about this: the escape key is used by Tracker to clear its own filter if you have type-ahead filtering enabled. Maybe that filter interferes with the BFilePanel one somehow? What if you disable type-ahead filtering?
You are right about the Esc key being used by Tracker. I submitted a patch for #13151. It should fix this ticket, too.
comment:6 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:7 by , 3 years ago
Blocked By: | 13151 added |
---|---|
Resolution: | → duplicate |
Status: | assigned → closed |
Related to #13151 ?