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 see different behaviour based on the platform and based on how the Popup's Content is laid out.
Issue 1:
When focusing on an Entry within a Popup which has a Color defined, the content of the popup is pushed upwards out of bounds.
Issue 2:
When focusing on an Entry within a Popup which has a Transparent Color defined, the popup itself is pushed upwards farther than the prior popup and if large enough will go offscreen.
You can see examples in these recordings, two popups are shown with t
iPad example
Screen.Recording.2024-09-04.at.00.27.33.mov
iPhone example
Screen.Recording.2024-09-04.at.00.30.26.mov
Expected Behavior
The popup itself should move upwards above the keyboard but the content should not be forced upwards.
Possibly the popup should take up remaining space available on the screen.
Additionally
Steps To Reproduce
Issue 1
Create a popup with the Color property defined (not Colors.Transparent) with an entry inside
Show the popup
Focus on the entry
See the content is pushed upwards
Issue 2
Create a popup with the Color property set to Colors.Transparent with an entry inside
Show the popup
Focus on the entry
See the popup itself is pushed upwards further than before and can go off screen
I see we had bug #1561 previously which is marked as closed but I still see this issue. I understand we can use the KeyboardAutoManagerScroll for issue 1, but that doesn't resolve issue 2.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
I see different behaviour based on the platform and based on how the Popup's Content is laid out.
Issue 1:
When focusing on an Entry within a Popup which has a Color defined, the content of the popup is pushed upwards out of bounds.
Issue 2:
When focusing on an Entry within a Popup which has a Transparent Color defined, the popup itself is pushed upwards farther than the prior popup and if large enough will go offscreen.
You can see examples in these recordings, two popups are shown with t
iPad example
Screen.Recording.2024-09-04.at.00.27.33.mov
iPhone example
Screen.Recording.2024-09-04.at.00.30.26.mov
Expected Behavior
The popup itself should move upwards above the keyboard but the content should not be forced upwards.
Possibly the popup should take up remaining space available on the screen.
Additionally
Steps To Reproduce
Issue 1
Issue 2
Link to public reproduction project repository
https://github.com/NeilMalcolm/CommunityToolkitEntryIssue
Environment
Anything else?
I see we had bug #1561 previously which is marked as closed but I still see this issue. I understand we can use the KeyboardAutoManagerScroll for issue 1, but that doesn't resolve issue 2.
The text was updated successfully, but these errors were encountered: