I'm having issues to see my toasts. I upgraded fro...
# fritz2
h
I'm having issues to see my toasts. I upgraded from 0.10 to 0.11.1 and they stopped showing up? Any ideas? Modals seem to work...
c
Can you please check, whether this behaviour is related to this bug: https://github.com/jwstegemann/fritz2/issues/463 Thx
h
The toasts works inside the kitchensink for me. I'll do some more debugging later with that thread in mind. 🙂
👍 1
c
Try to increase the
duration
so you can check the DOM. Would be interesting to know if the toast appears in the DOM but not on the screen.
h
I don't think I can see it in the DOM actually from what I remember yesterday (with 10s duration trying to find it) I'm using the appFrame if that makes a difference. Tried applying zIndex=modal which is even higher (as modal works & are visible)
c
There are some issues with the z-index within the AppFrame. The upcoming release will adress some toast and lots of AppFrame issues btw.
h
Update: It does not show up on the dom when I click a
clickButton
that is handled by
toast {}
The custom div you show does not even exist on my body
It works when I don't have the AppFrame (like the login-screen which is more basic)
New update: Works as expected on Firefox (?). Or not.. Worked once -.-"