Skip to content
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

navigationview scrollviewer mouse wheel response area problem. #154

Closed
luckypong opened this issue Jun 3, 2023 · 7 comments
Closed

navigationview scrollviewer mouse wheel response area problem. #154

luckypong opened this issue Jun 3, 2023 · 7 comments
Assignees
Labels
kind/bug Something isn't working triage/needs-information Indicates an issue needs more information in order to work on it. triage/untriaged Indicates an issue requires triaging or verification.

Comments

@luckypong
Copy link

Current behavior

navigationview

It seems to respond when I scroll to an area of 50% of the screen size.

Expected behavior

The left menu and the right content should be scrolled separately.

How to reproduce it (as minimally and precisely as possible)

Add navigationview after creating uno project.
UnoApp1.zip

Workaround

No response

Works on UWP/WinUI

Yes

Environment

Uno.WinUI / Uno.WinUI.WebAssembly / Uno.WinUI.Skia

NuGet package version(s)

2023-06-03 170124

Affected platforms

Windows

IDE

Visual Studio 2022

IDE version

17.6.2

Relevant plugins

No response

Anything else we need to know?

No response

@luckypong luckypong added kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification. labels Jun 3, 2023
@luckypong
Copy link
Author

<ApplicationManifest>app.manifest</ApplicationManifest> does not exist in the Windows project.

Whether it's a bug or an intentional omission needs to be confirmed.

@jeromelaban
Copy link
Member

Thanks for the report. Does the issue only happens on the .Windows project? If this is the case, it would be a WinUI issue.

@jeromelaban jeromelaban added the triage/needs-information Indicates an issue needs more information in order to work on it. label Jun 6, 2023
@luckypong
Copy link
Author

Thanks for the report. Does the issue only happens on the .Windows project? If this is the case, it would be a WinUI issue.

yes.

Looking at the attached project's .Windows csproj, there is no ApplicationManifest entry in the PropertyGroup.

As a result of creating and comparing the basic WinUI project, it was confirmed that there was no ApplicationManifest item in the Uno project, and scrolling worked normally after addition.

@jeromelaban
Copy link
Member

Thanks for the details, then indeed, it would be an uno template issue. Let's transfer to the appropriate repository.

@jeromelaban jeromelaban transferred this issue from unoplatform/uno Jun 7, 2023
@nickrandolph
Copy link
Contributor

@luckypong can you confirm which version of the Wizard (the Uno Platform VS Extension) and/or Uno.Templates you're using to create the application. I've just tested with the latest uno.templates and the Windows application does include the ApplicationManifest property in the first PropertyGroup inside the .Windows csproj file.

For anyone reading this issue, to reproduce the issue, the attached sample app needs to be run on a screen that doesn't have a scale factor of 100 in order to see the issue.

@luckypong
Copy link
Author

@nickrandolph hmm. I remember it was 4.8 when the project was created.
And I created it with version 4.9 and checked the ApplicationManifest.
thank you.

@nickrandolph
Copy link
Contributor

Marking this issue closed as not reproducible with latest template

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working triage/needs-information Indicates an issue needs more information in order to work on it. triage/untriaged Indicates an issue requires triaging or verification.
Projects
None yet
Development

No branches or pull requests

3 participants