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

Links on panel headings/titles stop working when used in accordion #109

Open
graham-macleod opened this issue Jan 14, 2020 · 0 comments
Open

Comments

@graham-macleod
Copy link

graham-macleod commented Jan 14, 2020

When you include panels with titles on their own, the title links on the panel headings work as expected (the URL in the browser updates to include the anchor) but when included in an accordion these stop working. I would probably expect a URL with an anchor to open the accordion at that point (uncollapsed)

This works

<panel type="primary" title="first" no-body="true">
<panel-body>
stuff in here
</panel-body>
</panel>

<panel type="primary" title="second" no-body="true">
<panel-body>
more stuff
</panel-body>
</panel>

This does not

<accordion>
<panel type="primary" title="first" no-body="true">
<panel-body>
stuff in here
</panel-body>
</panel>

<panel type="primary" title="second" no-body="true">
<panel-body>
more stuff
</panel-body>
</panel>
</accordion>
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

No branches or pull requests

1 participant