Right click context doesn't work

Issue #32 resolved
Matt D created an issue

I don't know what's changed but I can no longer right click and create a new node. EDIT: Suspect it was commit d68e40b

Comments (10)

  1. Hiroki Omae

    Hi, I can not confirm this issue in my environment. Can you checkout vanilla dev branch from Bitbucket and test in your environment, and see if it still happens?

  2. Matt D reporter

    The bug was consecutively reproducible on two different computers in blank project (One on W10, one on W8.1.1). I can confirm that it is still a bug.

    EDIT: I can confirm that it is something to do with Event.current.Use(); as removing them in the AssetBundleGraphEditorWindow script causes me to be able to right click

    EDIT 2: Removing the Event.Use() function on lines #1125 and # 1039 I am able to use the right click menu again. I suspect that this is a Windows problem, as after contextClick, mouseUp appears to be the event type. You might want to do an #if !UNITY_WIN or remove it altogether

  3. Hiroki Omae

    @DWSMatt I have resolved this issue on dev branch. Can you confirm if this is fixed in your environment?

  4. Log in to comment