Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML repr is sometimes missing dropdown icon #1310

Closed
jsignell opened this issue Feb 21, 2024 · 2 comments · Fixed by #1311
Closed

HTML repr is sometimes missing dropdown icon #1310

jsignell opened this issue Feb 21, 2024 · 2 comments · Fixed by #1311
Assignees

Comments

@jsignell
Copy link
Member

I have seen an issue popping up sporadically with the repr_html. I can't reliably reproduce it with jupyterlab 4.1.2 but this is what it looks like:

image

I think it probably has to do with some css that is getting messed up. In the same environment I don't have a dropdown arrow on regular summary objects either:

<details><summary>Learn more</summary>MORE</details>

Which should look like:

Learn moreMORE

but instead looks like:

image

@jsignell
Copy link
Member Author

It seems like this is something that happens sporadically in jupyter https://discourse.jupyter.org/t/details-tag-missing-disclosure-triangle/9152

@jsignell
Copy link
Member Author

I tried adding style='display: list-item' but am still seeing this behavior. It's pretty clear that the issue is with jupyterhub, but there still might be something we can do on the pystac side to work around it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant