mdgriffith / elm-ui

What if you never had to write CSS again?
https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/
BSD 3-Clause "New" or "Revised" License
1.35k stars 111 forks source link

Some elements don't get style applied #327

Open sivakar12 opened 2 years ago

sivakar12 commented 2 years ago

Some elements in the HTML tree don't get the styles applied. These have class name as undefined. You can see that in the screenshot.

Screenshot 2021-11-24 at 21 00 16

Expected behavior All the items get the same style classes applied

Versions

raen79 commented 2 years ago

Ran into the same issue, it happens to me when the app goes into the background and back to foreground on iOS safari, after a few updates to the dom.

raen79 commented 2 years ago

OK so this problem only happens on safari 15.0/15.1. It is fixed in 15.2. It happens on both mobile and desktop. On safari MacOS the fix will be pushed once 15.2 is released, on mobile it's already fixed if upgraded.