-
Notifications
You must be signed in to change notification settings - Fork 742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Desktop] ScrollView content visible outside the scroll area. #18299
Comments
Is it because of this? uno/src/Uno.UI.Composition/Composition/BorderVisual.skia.cs Lines 173 to 185 in dc04707
|
@mcNets Can you confirm that you are still able to reproduce the issue 100% of the time with this sample app (by clicking the small down arrow of the scrollbar) even with the latest Uno.Sdk 5.4.5 please? (5.4 migration notes for info) At the moment @Xiaoy312 is the only one that is able to reproduce the issue, but the repro is a little bit different (by using mouse wheel scroll). |
I can't repro at all on my side. It's extremely weird that different ways of scrolling affect the repro differently. The final vertical offset is all that should matter. |
@agneszitte yes I can. I updated to 5.4.5 and still happening. In fact in my actual project I'm on It disappears when I set |
Thank you a lot for the feedback @mcNets, we will continue to investigate (cc @jeromelaban for info) |
@agneszitte / @jeromelaban can we get this prioritised as it's affecting a lot of scenarios where scrolling happens. The workaround seems to be setting a background on the panel where the bleed through is showing but ideally this shouldn't be happening |
@nickrandolph We had trouble reproducing this when it was first opened. If you have an alternative repro, please post it as well, maybe it will be more reproducible. |
@nickrandolph @ramezgerges Here another minimum example built with 5.4.10. I used mouse wheel to scroll the content. UnoScrollArea.mp4 |
@mcNets Unfortunately, I still can't reproduce. (sidenote: I modified the uno.sdk version to 5.5.0-dev.90 because I already had it restored, but it won't matter.) 2024-10-22.19-53-10.mp4Could you try setting the |
By adding |
@ramezgerges what is left to be done for this issue please? |
@agneszitte What's left is moving Uno to SkiaSharp 3 :D |
Discussed in #18289
Originally posted by @mcNets September 24, 2024:
TestScrollView.zip
@agneszitte -> On my side, I am not able to reproduce the issue at all.
@Xiaoy312 Was able to reproduce the issue on his side.
Here are additional details for the repro steps for him:
repro: page-up/down, mouse wheel scroll
no-repro: dragging scrollbar, arrow-up/down
His comment:
Likely Skia-specific, we would need to review the implementation of
BorderVisual
withCornerRadius
which is a skia-specific feature@Xiaoy312 can reproduce the issue with Uno.Sdk 5.3.108 and also with Uno.Sdk 5.4.5 or latest 5.5.0-dev
The text was updated successfully, but these errors were encountered: