Search Issue Tracker
Not Reproducible
Votes
0
Found in [Package]
1.4.12
Issue ID
UVSB-665
Regression
Yes
[Bolt 1.4.12]Unable to cancel right-click popup menu by left-clicking, right-clicking again results in InvalidOperationException
How to reproduce:
1. Open attached project "Bolt1FlowMachine_stripped2.zip"
2. In Project window, select "New Flow Macro"
3. In Inspector window, click on "Edit Graph"
4. In "Flow Graph" window, right-click anywhere
5. Left-click in "Flow Graph", outside the popup panel (in order to cancel the right-click panel)
Expected result: the panel disappears
{panel}
{panel}
Actual result: the panel does not disappear, right-clicking again results in an error
Reproducible with: 2020.1.0a22, 2020.1.0b9, 2020.2.0a11 (Bolt 1.4.12) (thrown error "InvalidOperationException: Cannot open two instances of the fuzzy window at once.")
Not reproducible with: 2018.4.23f1, 2019.3.14f1, 2020.1.0a21 (Bolt 1.4.12)
Could not test with: 2020.1.0a1, 2020.1.0a20 ("TypeLoadException: Could not load type 'UnityEditor.Progress' from assembly 'UnityEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.")
Comments (1)
-
shubhamswaraj2021
Aug 18, 2020 17:06
good one <a href="https://www.lyricsauto.com">lyricsauto</a>
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Brush Size in the Inspector window does not update when the Brush Size in Scene View is changed
- "ArgumentOutOfRangeException" errors are thrown every time a keyboard key is pressed when renaming a component in UI Builder with a symbol and changing the name after label attribute warning
- Values in "Rect Transform" component are only partially updated when changing values in Prefab Mode
- Same Asset Type Focused Inspectors do not repaint when menus are manipulated
- Bool or Trigger Parameters can be selected via right clicking to the right of a Parameter control in the Animator Window
Resolution Note:
Fixed left-click not closing the Fuzzy Finder on MacOS. Fixed right-click trying to open a second Fuzzy Finder and causing an error.