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

Tabs are disabled when using datatemplate for viewmodel in window content #18

Closed
dstarman99 opened this issue Nov 14, 2014 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@dstarman99
Copy link

When referencing a viewmodel in the view, only the active tab's buttons are enabled. All other functions seem to be disabled: backstage, tabs, collapse, etc.

To duplicate the problem, in the TestWindow.xaml, replace the following code and run the test project:

<FluentTest:TestContent x:Name="TestContent" />
With:
<DataTemplate DataType="{x:Type viewModels:MainViewModel}">
&lt;FluentTest:TestContent /&gt;

</DataTemplate>
</Window.Resources>
<viewModels:MainViewModel></viewModels:MainViewModel>

@dstarman99 dstarman99 changed the title Tabs are disabled when skinning viewmodel (worked in 2.0) Tabs are disabled when skinning viewmodel (worked in 2.0) <bug> Nov 14, 2014
@dstarman99 dstarman99 changed the title Tabs are disabled when skinning viewmodel (worked in 2.0) <bug> Tabs are disabled when skinning viewmodel (worked in 2.0) Nov 14, 2014
@batzen batzen self-assigned this Nov 16, 2014
@batzen batzen changed the title Tabs are disabled when skinning viewmodel (worked in 2.0) Tabs are disabled when using datatemplate for viewmodel in window content Nov 16, 2014
@batzen batzen closed this as completed in 2bc7aa6 Nov 16, 2014
@batzen batzen modified the milestone: 3.1.0 Nov 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants