Style attribute not updating in Safari
I wonder if anyone has run into this. I've got a SplitPane component that I just discovered doesn't work in Safari. It turns out the
style
attribute is not updating. I've got it down to
I can see data-foo
changing in the element inspector, but style
remains unchanged.
It's the same with the object version of style
Any ideas? Thanks : )2 Replies
strange, i wouldn't directly know. can u reproduce it in the playground?
width: <number>
is invalid css except for 0
(implicitly 0px
) and because solid directly uses el.style
instead of attribute, invalid properties won't update or show up in attribute
to confirm, try this
or