-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[regression/7.0.0] [MAUI-Windows] "Element not found. (0x80070490)" exception occurs when ScrollView is inside a FlexLayout #9905
Copy link
Copy link
Closed
Labels
area-layoutStackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenterStackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenterfixed-in-7.0.100fixed-in-7.0.101fixed-in-7.0.81Look for this fix in 7.0.81!Look for this fix in 7.0.81!fixed-in-8.0.0-preview.1.7762Look for this fix in 8.0.0-preview.1.7762!Look for this fix in 8.0.0-preview.1.7762!highIt doesn't work at all, crashes or has a big impact.It doesn't work at all, crashes or has a big impact.i/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionlayout-flexFlexLayout issuesFlexLayout issuesp/1Work that is important, and has been scheduled for release in this or an upcoming sprintWork that is important, and has been scheduled for release in this or an upcoming sprintplatform/windowst/bugSomething isn't workingSomething isn't working
Milestone
Description
Description
When placing scrollview inside a flexlayout, I am facing the following exception in this latest release.
Steps to Reproduce
- Run the linked MAUI sample project.
- The exception will occur directly.
Note: This crash occurs from the latest release of MAUI 6.0.486
Link to public reproduction project repository
https://github.com/Deepak1799/.NET-MAUI-Samples/tree/master/ScrollViewInFlexLayout
Version with bug
6.0.486 (current)
Last version that worked well
6.0.424
Affected platforms
Windows
Affected platform versions
Windows SDK 10.0.19041.0
Did you find any workaround?
This is not a workaround, but setting HeightRequest and WidthRequest to the flex layout does not cause the crash.
Relevant log output
Error Message: "Element not found. (0x80070490)"
Error Code: -2147023728Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-layoutStackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenterStackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenterfixed-in-7.0.100fixed-in-7.0.101fixed-in-7.0.81Look for this fix in 7.0.81!Look for this fix in 7.0.81!fixed-in-8.0.0-preview.1.7762Look for this fix in 8.0.0-preview.1.7762!Look for this fix in 8.0.0-preview.1.7762!highIt doesn't work at all, crashes or has a big impact.It doesn't work at all, crashes or has a big impact.i/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionlayout-flexFlexLayout issuesFlexLayout issuesp/1Work that is important, and has been scheduled for release in this or an upcoming sprintWork that is important, and has been scheduled for release in this or an upcoming sprintplatform/windowst/bugSomething isn't workingSomething isn't working
