-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Can we access your project?
- I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
Hi Team,
This relates to my project Circulio V0001. I have a DeleteNoteIcon in my custom NoteTestComponent. It's in a Mouse Region wrapper. I have a scale 1.0:2.0 animation for the DeleteNoteIcon within the Mouse Region wrapper. However, the onMouseEntry and onMouse Exit are overwriting each other. If I set the onMouseEntry action to "startAnimation" that works fine. When I then set onMouse Exit to "reverseAnimation" it overwrites the onMouseEntry setting of startAnimation.
This looks like it could be a bug because onMouseEntry and onMouse Exit have been split in the right hand panel rather than toggled when they were in the central Action panel.
Hope you can take a look ASAP. Here some screenshots showing that the Starte and Reverse animation settings are being overwritten each time they're selected.




Expected Behavior
When setting onMouseEntry to be startAnimation I expect that to be saved with the onMouseEntry and not be overwritten. The same for onMouseExit, where I expect the reverseAnimation setting to be saved.
Steps to Reproduce
- Wrap deleteNoteIcon in Mouse Region wrapper.
- Select wrapper
- Set Action to onMouseEntry = startAnimation
- Use dropdown in properties panel to switch from onMouseEntry to onMouseExit
- Change startAnimation to reverseAnimation and close
- Run up in test mode
- Icon does't animate because Start Animation has been overwritten by Reverse Animation
Reproducible from Blank
- The steps to reproduce above start from a blank project.
Bug Report Code (Required)
IT4wlcrqw5VIofVA1oSJK+5GjSc4Ijt7aOczi+pHdCs/CuvoOoYIY/j7UExtXbyndkFfeVn9pD0x0N7Tm9z1CfQBHEyuQIBN+qtiUzvzQmqQRJS6O7i8XEFuGshjJmKz18Os2RJQWfBtLnxl116MfO69aBTvGYDVCkQ/Jf+XB5LXrgfuQ0SLb3kNh1JWeC/v
Visual documentation
Screenshots added above.
Environment
- FlutterFlow version: unable to find as dropdown no longer appears when hovering over Project Name
- Platform: MacBook Air M2 2022
- Browser name and version: Chrome 138.0.7204.169 (Official Build) (arm64)
- Operating system and version affected: Monterey 12.7.6
Additional Information
Unable to complete work on this component without missing out on this bit of UX.