aplteam / Fire

GUI for Find and Replace operations in Dyalog APL
MIT License
3 stars 0 forks source link

Pressing down arrow wile typing "Search For" phrase empties current letters #4

Closed norberturkiewicz closed 6 years ago

norberturkiewicz commented 6 years ago

When I'm trying a search phrase and mistakenly hit down arrow, the search phrase is deleted.

The search phrase dropdown is empty on my system.

aplteam commented 6 years ago

This is by design, though it should not do this when the list is empty.

aplteam commented 6 years ago

It's actually Windows behaviour, and it would need a major effort to program around this. Just don't hit ...

aplteam commented 6 years ago

But Fire could ignore the key in case that list is empty! That's what I am gonna do.

aplteam commented 6 years ago

Fixed.