Search Issue Tracker
Not Reproducible
Votes
0
Found in
4.6.0b17
Issue ID
628858
Regression
No
New events added to an EventTrigger cannot be removed in inspector if there is more than event group
To Reproduce:
1. Add a new EventTrigger.
2. Add new event (PointerEnter) & add 2 entries to it.
3. Add a pointer exit event, notice that
3.1 it has already two entries, which are duplicates of the entries in the first event.
3.2 Entries in the new event cannot be deleted, the minus is greyed out and you have to create an additional entry to be able to delete any entries.
Comments (2)
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
iwaldrop
Sep 05, 2014 23:32
Furthermore, this happens to me as well, on my machine at work (4.6.0b18) and my machine at home (4.6.0b17). It happens every time for me, so I'm not sure why this was marked as Not Reproducible.
iwaldrop
Sep 05, 2014 23:31
I agree that the behavior of 3.1 is a bug. Point 3.2, however, I believe is intended. Right-click the entry you wish to remove, and the minus (-) button will be enabled. It makes sense to me, but it might also be changed such that the minus button is never disabled, and instead will simply delete entries from the bottom up.