Results 319 comments of Lukas Masuch

@nathancooperjones thanks for reporting this 👍 I reproduced it [here](https://issues.streamlit.app/?issue=gh-8496). As @Asaurus1 explained correctly, its a behaviour that's currently expected (-> changing this to a feature request). But we are...

@sfc-gh-bhess Thanks for the suggestion. I think this would be feasible to implement. Just having popover be `expanded` as an initial state could be a bit strange compared to `st.expander`....

@lucasbalancin Thanks for reporting this issue. I was able to reproduce this [here](https://issues.streamlit.app/?issue=gh-8168) in Firefox. The [update here](https://github.com/streamlit/streamlit/pull/7779) might fix this.

We merged the update of the underlying grid library. I believe this fixes the issue described here. This will be released in `1.32`.

Unfortunately, I also wasn't able to reproduce it. It might be something specific to `Win10 Enterprise`, but not sure. Closing this for now. If any other user runs into this...

Yep, grouping its planned under the `Data wrangler` project on our [roadmap](https://roadmap.streamlit.app/) But it will take some time until we get to this. Grouping inside the underlying grid library is...

@arnaudmiribel Thanks for reporting this issue! I was able to reproduce this [here](https://issues.streamlit.app/?issue=gh-8131).

@nidoro Thanks for reporting this issue. I reproduced this [here](https://github.com/streamlit/streamlit/issues/8091). This might be a bit complicated to fix :(

Also slightly related, but might not matter too much: the expander in its collapsed state has a height of ~48px. We could theoretically also align it with the widget height,...

@HHest We just fixed one memory leak last week that impacted long-running applications here: https://github.com/streamlit/streamlit/pull/8068. It will be released with `1.32`. And we are currently investigating other improvements related to...