Unplanned
Last Updated: 27 Apr 2020 20:00 by ADMIN
Eric
Created on: 21 Apr 2020 16:40
Type: Bug Report
1
Minor Bug in Find dialog

CTRL+F

Set Examine to "Headers Only"

OBSERVE: "Search binaries" and "Decode First" checkboxes are correctly disabled.

Perform a search

CTRL+F

OBSERVE: BUG: When the dialog reopens, the "Search Binaries" checkbox is not disabled.

 

The bug is in the initialization of the dialog. The selected entries in the comboboxes for "Examine" and "Search In" are set in that order, but the code in the SelectedIndexChanged event handlers is not independent. The SearchIn combobox's change handler sets the state of SearchBinaries checkbox without considering the state of the Examine combobox.

2 comments
ADMIN
Eric R | Senior Technical Support Engineer
Posted on: 27 Apr 2020 20:00

Hi Eric,

Thank you for reporting this and we have added it to the Backlog. Your feedback is always appreciated and very through. As a token of gratitude, I have also increased the priority of the item by casting a vote on your behalf. 

Please let me know if you need any additional information. Thank you for your continued feedback with Fiddler.

Regards,


Eric R | Senior Technical Support Engineer
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Eric
Posted on: 21 Apr 2020 16:44
You can also trigger this without closing the dialog by first setting the Examine to "Headers Only" then changing "Search In" to "Urls Only" and then changing "Search In" to anything else.