You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 2 components of type Parent, and each of them has a child component of type Child. When I start dragging parent1's child, I set the priority to 100; however it renders underneath child2 when dragged to it.
It appears that priority is respected amongst siblings, but no amongst "cousins".
Expected behavior
I would expect that when setting a higher priority, it is treated globally.
Output of: flutter doctor -v
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.10.4, on macOS 12.6.3 21G419 darwin-arm64, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.3)
[✓] VS Code (version 1.76.1)
More environment information
Flame version: 1.8.0
Platform affected: android, ios, web
Platform version affected: android 9, ios 13
The text was updated successfully, but these errors were encountered:
Current bug behavior
I have 2 components of type
Parent
, and each of them has a child component of typeChild
. When I start draggingparent1
's child, I set thepriority
to 100; however it renders underneathchild2
when dragged to it.It appears that priority is respected amongst siblings, but no amongst "cousins".
Expected behavior
I would expect that when setting a higher priority, it is treated globally.
Steps to reproduce
Flutter doctor output
More environment information
The text was updated successfully, but these errors were encountered: