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
the alignment works correctly, but the image of states was inversed: this means that this image inherited the FlowDirection from its parent
which should not happen, it should explicitly be FlowDirection="LeftToRight"
The issue on the right side : Global Growl
Growl.ErrorGlobal()// and so on.
this seems to use LTR direction, so it produces a culture-specific alignment issue, view RTL language in LTR context
so the question here is, how to change the global Growl FlowDirection, if it is not possible, then it is an issue 😄
The text was updated successfully, but these errors were encountered:
Hi,
I work on an RTL app, but I just noticed that the growl notification have an issue, might be two,
see,
The issue on the left side, Local Growl
the alignment works correctly, but the image of states was inversed: this means that this image inherited the FlowDirection from its parent
which should not happen, it should explicitly be
FlowDirection="LeftToRight"
The issue on the right side : Global Growl
this seems to use LTR direction, so it produces a culture-specific alignment issue,
view RTL language in LTR context
so the question here is, how to change the global Growl FlowDirection, if it is not possible, then it is an issue 😄
The text was updated successfully, but these errors were encountered: