You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it seems to only apply to the <Border> element, which I believe is/has become obsolete now (I'll be removing the border element anyway) so it is not so much of a big deal.
As previously mentioned in the routing and navigation issue #18 ...
But more specifically the issue appears to be with the border element (and only as part of an additional component from the page component). When the page loads the padding from a CSS file it is not applied, but after navigation the padding is applied (see the two images below):
Ignore the action bar - I started adding my own.
I've added the same view component for both the start & test page so the collection of elements should be identical. After navigation, one would expect equal states of the components. The padding
The inconsistent component
Changing Border -> StackPanel loads the padding correctly.
I expected part of the template to act in the same way as the component above, but it didn't, which leads to a conclusion that it only does this when it is part of a component.
This effect (not loading the CSS) isn't appearing anywhere else in my pages / components I don't think.
The text was updated successfully, but these errors were encountered:
Thanks for the sample and the explanations.
Indeed, I managed to reproduce it. However, as you said, only with the Border element. It is possible that this is a bug in the Border element layout logic, but since it is obsoleted it is not worth investigating it further.
I'm closing the issue for now - if it reappears again with other element we will reopen and investigate.
@vakrilov
So it seems to only apply to the
<Border>
element, which I believe is/has become obsolete now (I'll be removing the border element anyway) so it is not so much of a big deal.As previously mentioned in the routing and navigation issue #18 ...
But more specifically the issue appears to be with the border element (and only as part of an additional component from the page component). When the page loads the padding from a CSS file it is not applied, but after navigation the padding is applied (see the two images below):
Ignore the action bar - I started adding my own.
I've added the same view component for both the start & test page so the collection of elements should be identical. After navigation, one would expect equal states of the components. The padding
I've branched my project here
The inconsistent component
Changing Border -> StackPanel loads the padding correctly.
I expected part of the template to act in the same way as the component above, but it didn't, which leads to a conclusion that it only does this when it is part of a component.
This effect (not loading the CSS) isn't appearing anywhere else in my pages / components I don't think.
The text was updated successfully, but these errors were encountered: