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
When SegmentedControls are used in pages which are part of a TabbedPage, the auto-disconnect feature does not seem to work properly. It disconnects handlers when tabs are navigated.
Steps to Reproduce
Create TabbedPage + add tab pages.
Create multiple SegmentedControl instances per tab page.
Navigate from tab page to another tab page.
Expected Behavior
Navigation of tabs should not lead to automatic disconnect of SegmentedControlHandlers.
Actual Behavior
Navigation of tabs does lead to automatic disconnect of SegmentedControlHandlers.
Events are unsubscribed too early which leads to visual impacts in SegmentedControl.
Basic Information
Version with issue: 1.4.27-pre
Last known good version: N/A
The text was updated successfully, but these errors were encountered:
Description
When SegmentedControls are used in pages which are part of a TabbedPage, the auto-disconnect feature does not seem to work properly. It disconnects handlers when tabs are navigated.
Steps to Reproduce
Expected Behavior
Actual Behavior
Basic Information
The text was updated successfully, but these errors were encountered: