Hello!
I’ve added 2 notifiers in my app in the same screen. However, when I call the “Show Alert Notice” function from my second notifier, the text color seems to linked to my first notifier and doesn’t change/work unless I change the text color of the first notifier. Seems like a bug to me, would be great if someone could verify this.
Thanks a ton!
dora_paz
(Dora)
February 20, 2020, 8:57am
#2
First of all why use two notifiers ? Depending on what you want to do change the notice. In my example it works fine
Yeah I am using this workaround. But if true, a bug is a bug and should be reported.
1 Like
dora_paz
(Dora)
February 20, 2020, 9:17am
#4
Yes if you using two notifiers the problem exists, I tried it also. Never faced it cause I always use one notifier
1 Like
Vishwas
(Vishwas Adiga)
February 20, 2020, 9:23am
#5
Can someone verify if this happens on AI2 too, please?
2 Likes
dora_paz
(Dora)
February 20, 2020, 9:37am
#6
@Vishwas On AI2 works ok just tested
2 Likes
Conor
February 20, 2020, 5:36pm
#7
I actually noticed this a few months ago but never realised it was actually an issue I think I know why this is happening though.
You can follow the progress of this issue here:
opened 05:34PM - 20 Feb 20 UTC
closed 11:30PM - 22 Mar 20 UTC
bug
fixed; pending release
priority: medium
If you have multiple Notifier components, the `BackgroundColor` and `TextColor` … will be the same on all of the components even if they have their individual properties changed.
https://community.kodular.io/t/unable-to-change-text-color-of-alert-in-notifier/52161
1 Like