A Find recent list bug in different case
Posted: Fri Aug 17, 2018 2:18 pm
Hello,
I found a bug about recent string of Combo Box in different case in function Find and Replace, maybe another.
You can reappear it by following steps:
1. Search a string first, for example "ddos" with full lower case, and it would be remembered in recent list of Find Combo Box.

2. Then search another string which exist in remembered recent list but with different case, for example "DDOS", this is full upper case.

3. Then leave focus out of Find Combo box, for example press Find button or focus in another combo box.
4. Then the "DDOS" in Find input filed will be auto replace to "ddos", so we can not find "DDOS" upper case word correctly, because "ddos" was exist in it's recent list.

So I suggest two solution:
1. Add case sensitive in matching recent list.
2. Or add a function to clear recent list of combo box manually when needed.
by Julian Shen.
I found a bug about recent string of Combo Box in different case in function Find and Replace, maybe another.
You can reappear it by following steps:
1. Search a string first, for example "ddos" with full lower case, and it would be remembered in recent list of Find Combo Box.

2. Then search another string which exist in remembered recent list but with different case, for example "DDOS", this is full upper case.

3. Then leave focus out of Find Combo box, for example press Find button or focus in another combo box.
4. Then the "DDOS" in Find input filed will be auto replace to "ddos", so we can not find "DDOS" upper case word correctly, because "ddos" was exist in it's recent list.

So I suggest two solution:
1. Add case sensitive in matching recent list.
2. Or add a function to clear recent list of combo box manually when needed.
by Julian Shen.