cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
NReib
New member
Status: New idea

In chrome if you have a closed details tag and your url anchor targets the ID of its summary element, the details tag will be opened (on page load / hashchange). It would be nice to see this behaviour in FF as well.

Using: test.html#test

<details>
<summary id="test">Test open by ID</summary>
<div>	
I will be open
</div></details>

<details>
<summary>Test closed</summary>
<div>	
I will be closed
</div></details>

 

 

2 Comments
Status changed to: New idea
Jon
Community Manager
Community Manager

Thanks for submitting an idea to the Mozilla Connect community! Your idea is now open to votes (aka kudos) and comments.

Honza
Employee
Employee

Yes this should definitely be fixed, thank you for reaching out.

I filed a bug in our bug tracker: https://bugzilla.mozilla.org/show_bug.cgi?id=1955577

You might want to follow up on that bug.

Thank you!