-
Notifications
You must be signed in to change notification settings - Fork 29.5k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecte: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requeststeam-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team
Description
Running the example app in #154046 (comment) , the draw order optimization causes rendering bugs. To get to the following UI
To create the crash:
Goto Dishes screen
Tap on the image presented (to open a new screen)
Try scrolling the list, this should almost immediately crash the app. At least on my device it does
For step 3, if you wait a few moments to allow the images to load and then scroll you may also notice the polygons before the crash
Note: this doesn't crash anymore but still renders incorrectly.
Working
Broken
The draw order optimization was indirectly reverted by switching from entity pass to exp canvas in flutter/engine#55047
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecte: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requeststeam-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team

