Completed
Last Updated: 03 Oct 2019 12:10 by ADMIN
Eric
Created on: 28 Sep 2016 04:59
Type: Feature Request
2
Suppress M keypress in AutoResponder
The handler for the "M" key in the AutoResponder needs to suppress the keypress. Right now, if you have a rule in the "If request matches" column that starts with "M" and you select a different rule, hit "M" to add a comment to it, then Windows automatically focuses the list item that starts with "M", then Fiddler invokes the "Add Comment" action on that rule instead of the one originally selected.
3 comments
ADMIN
Boby
Posted on: 03 Oct 2019 12:10

Hello,

The issue is fixed in v5.0.20194.41348.

Regards,
Boby
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Eric
Posted on: 11 Feb 2018 06:00
This bug still exists almost 18 months later. :'-(
Eric
Posted on: 28 Sep 2016 05:00
The trick here is actually to move the actSetRuleComment call to the lv_RespondRules_KeyUp handler instead of putting it in the _KeyDown handler. This problem also exists in the Composer History listview.