Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLOSED] Cannot invoke context menu in project tree with context menu button. #1107

Open
core-ai-bot opened this issue Aug 29, 2021 · 4 comments

Comments

@core-ai-bot
Copy link
Member

Issue by RaymondLim
Friday Jun 22, 2012 at 17:39 GMT
Originally opened as adobe/brackets#1116


  1. click on one of the folders in project tree.
  2. Press context menu button.

Result: nothing happens.

@core-ai-bot
Copy link
Member Author

Comment by peterflynn
Friday Jun 22, 2012 at 18:05 GMT


I think this will become obsolete once #1106 is fixed, because the context menu key is only expected to operate on the thing that has focus, and the folder tree shouldn't get focus.

@core-ai-bot
Copy link
Member Author

Comment by pthiess
Friday Jun 22, 2012 at 18:05 GMT


Reviewed - probably fixed already@redmunds

@core-ai-bot
Copy link
Member Author

Comment by peterflynn
Friday Jun 22, 2012 at 18:06 GMT


In the meantime, the bug appears to be that when you hit #1106, the project tree itself isn't what gets focus... document.body is the focused element for some reason. The 'contextmenu' event fires on body, so it never gets caught by our event listener on '#projects'.

@core-ai-bot
Copy link
Member Author

Comment by redmunds
Wednesday Mar 06, 2013 at 03:57 GMT


With the fix for #1106 and #2878, this issue is now obsolete. Closing.

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

No branches or pull requests

1 participant