Lukas Masuch
Lukas Masuch
Also linking @jrieke for doing a quick product review
@cursor review
@BenDavis71 Thanks for reporting this issue, I was able to reproduce it [here](https://issues.streamlit.app/?issue=gh-13263).
@BenDavis71 I have prepared a fix for this issue here: https://github.com/streamlit/streamlit/pull/13290; however, there are some concerns regarding accessibility. The general accessibility guidance is that the first selectable element in the...
@cursor review
Thanks for reporting this. We added a new style for expander https://github.com/streamlit/streamlit/pull/11995, where the header has a slightly different color, and it's unlikely that we will change this back. However,...
The fix for SiS is expected to start rolling out next week.
I believe the patch has been rolled out in SiS. Is anyone still running into this issue?
Closing this issue since it appears to be fixed everywhere. Please respond in this thread or reopen a new issue if anyone still runs into this issue.
This was changed in a recent release :( The new way to use it is via the `get_last_dg_added_to_context_stack` method: https://github.com/streamlit/streamlit/blob/5290639fa9c1ae7c573ff51858e285e007a5e6ea/lib/streamlit/delta_generator_singletons.py#L190 The fix might be something like this (haven't tested it...