This repository was archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
The "selectedView" is not working in the REPL #456
Labels
Comments
I wonder if this didn't regress when we plugged the new property editor in. |
I have a vague recollection that this is working in Windows but broken in Mac. |
Could be, I only tested on Mac this morning. |
This definitely works for WPF inspection on Windows. I believe it works for iOS inspection on Windows as well, but cannot test that just yet. So I believe this is a Mac client regression. |
Confirmed it works fine with iOS/Windows. |
Regressed in #124. |
sandyarmstrong
added a commit
to sandyarmstrong/workbooks
that referenced
this issue
Jul 2, 2018
This was accidentally deleted from the Mac client in 1.4.0. Force callers to go through `SetSelectedView` method to make the flow safer and avoid situations where `SetSelectedView` got called an extra time. Fixes: microsoft#456
sandyarmstrong
added a commit
to sandyarmstrong/workbooks
that referenced
this issue
Jul 2, 2018
This was accidentally deleted from the Mac client in 1.4.0. Force callers to go through `SetSelectedView` method to make the flow safer and avoid situations where `SetSelectedView` got called an extra time. Fixes: microsoft#456
lewing
pushed a commit
to lewing/workbooks
that referenced
this issue
Jul 3, 2018
This was accidentally deleted from the Mac client in 1.4.0. Force callers to go through `SetSelectedView` method to make the flow safer and avoid situations where `SetSelectedView` got called an extra time. Fixes: microsoft#456
This is fixed in the 1.4.2 Inspector client, which will be bundled in the next preview release of Visual Studio for Mac 7.6. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to Reproduce
On the Mac:
selectedView
Expected Behavior
Info about the selected view should be shown.
Actual Behavior
Error:
The name 'selectedView' does not exist in the current context
Environment
macOS
Xamarin Inspector
System Info
System-Installed Software
Log File
Xamarin Inspector 2018-06-25.log
The text was updated successfully, but these errors were encountered: