rjaros / kvision

Object oriented web framework for Kotlin/JS
https://kvision.io
MIT License
1.2k stars 66 forks source link

SplitPanel modifies style attribute on unrelated div in DOM #489

Closed kormik closed 10 months ago

kormik commented 11 months ago

SplitPanel sets style attribute width: calc(59.7074% - 4.5px); on div element inside and the component. Thevalue corresponds to the splitter position. But this value is also set on unrelated div in parent panel.

SplitPanel should have set distinct snabbdom key added automatically to avoid collision.

rjaros commented 10 months ago

Fixed in 7.0.0