Willy-JL / F95Checker

GNU General Public License v3.0
113 stars 17 forks source link

Pressing "enter" in the search bar when it's empty shouldn't attempt to search F95zone for anything #38

Closed ipaqi closed 1 year ago

ipaqi commented 1 year ago

Pressing "enter" in the search bar when it's empty shouldn't attempt to search F95zone for anything.

Instead, it should just clear the search filter and return to the baseline. It already does that after it throws an exception when trying to search F95Z for an empty string, so let's just cut the middleman.

Willy-JL commented 1 year ago

I think the problem you’re having is related to the current release, it has a bug where deleting a character from input fields doesn’t delete it, but replaces with a null character. So you see it fine, but behind the scenes the text isn’t techno empty so it tries to search for that. It’s fixed in the newest beta, I’ll make an update soon enough

Willy-JL commented 1 year ago

Fix released in 9.4