Fiddler Ideas

The free web debugging proxy for any browser, system or platform.

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.

  • Eric Lawrence
  • Sep 28 2016
  • Under review
Bug
  • Attach files
  • Eric Lawrence commented
    February 11, 2018 13:27

    This bug still exists almost 18 months later. :'-(

  • Eric Lawrence commented
    September 29, 2016 00:46

    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.