Closed vsfeedback closed 1 year ago
Hi @vsfeedback. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md
This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.
This issue has been automatically marked as stale because it has been marked as requiring author feedback to reproduce the issue but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.
This issue has been moved from a ticket on Developer Community.
[severity:It bothers me. A fix would be nice] Create a custom control that is consuming some space on the page. Add a few buttons with the Clicked event. Check if the buttons are working. Now add the custom control a few times until the buttons are no longer visible. Now the buttons that moved out of sight no longer accept gestures / events. When the screen is rotated and back the buttons accept gestures / clicked events again.
xaml.cs code:
Now add a custom control to the view programmatically the buttons are shifting downward (make sure the custom control gets added above the buttons).
As long as the buttons are visible in the view the event handlers are working. As in the image, you can see that the 'test' button is expanding the view below it.
Add another custom control until the buttons are moving out of the viewable space.
Now scroll the page up and try to click the buttons that were pushed out of view. They are not working.
Captured the same behavior in this video:
https://youtube.com/shorts/6KzktpYoB1Y?feature=share
Original Comments
Feedback Bot on 3/26/2023, 08:09 PM:
(private comment, text removed)
Original Solutions
(no solutions)