Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Debug menu shortcuts are enabled even when Debug menu is hidden #2877

Closed
peterflynn opened this issue Feb 15, 2013 · 2 comments · Fixed by #2888
Closed

Debug menu shortcuts are enabled even when Debug menu is hidden #2877

peterflynn opened this issue Feb 15, 2013 · 2 comments · Fixed by #2888
Assignees
Milestone

Comments

@peterflynn
Copy link
Member

  1. Launch Edge Code preview 3
  2. Press F5 or F12

Result: Window reloads or developer tools open

Expected: In preview 2, pressing these shortcuts does nothing

Looks like this was fallout from moving keyboard shortcuts out into a JSON file -- previously, all our core shortcuts were registered as part of the addMenu() call, which is inside an if block. Now, all keyboard shortcuts are always registered.

@pthiess
Copy link
Contributor

pthiess commented Feb 20, 2013

Reviewed

jasonsanjose added a commit that referenced this issue Feb 21, 2013
Fix Issue #2877: Debug menu shortcuts are enabled even when Debug menu is hidden
@jasonsanjose
Copy link
Member

Confirmed fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants