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

[iOS] SplitView closed compact mode prevents click through #1018

Closed
1 of 9 tasks
jeromelaban opened this issue Jun 5, 2019 · 0 comments · Fixed by #1091
Closed
1 of 9 tasks

[iOS] SplitView closed compact mode prevents click through #1018

jeromelaban opened this issue Jun 5, 2019 · 0 comments · Fixed by #1091
Assignees
Labels
kind/bug Something isn't working platform/ios 🍎 Categorizes an issue or PR as relevant to the iOS platform

Comments

@jeromelaban
Copy link
Member

jeromelaban commented Jun 5, 2019

Current behavior

When a NavigationView control is created using the PaneDisplayMode="LeftCompact"m the inner `SplitView has an invalid clipping zone that corresponds to the opened size of the pane, preventing taps/clicks from going to that zone.

Expected behavior

Clicks/Taps can go through the NavigationView content.

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

<NavigationView PaneDisplayMode="LeftCompact" />

Workaround

The Auto mode does not exhibit this issue.

Environment

Nuget Package:

Package Version(s): 1.44

Affected platform(s):

  • iOS
  • Android
  • WebAssembly
  • Windows
  • Build tasks

Visual Studio

  • 2017 (version: )
  • 2019 (version: )
  • for Mac (version: )

Relevant plugins

  • Resharper (version: )

Anything else we need to know?

@jeromelaban jeromelaban added kind/bug Something isn't working platform/ios 🍎 Categorizes an issue or PR as relevant to the iOS platform labels Jun 5, 2019
@davidjohnoliver davidjohnoliver self-assigned this Jun 18, 2019
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 platform/ios 🍎 Categorizes an issue or PR as relevant to the iOS platform
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants