TheCoder4eu / BootsFaces-OSP

BootsFaces - Open Source Project
Apache License 2.0
247 stars 102 forks source link

Fix expanded-panels for Accordion inside tab #1152

Closed sebsoftware closed 1 week ago

sebsoftware commented 4 years ago

Further development showed up that a panel of an accordion inside a tab gets a more depth client id. Now it takes the last part of the client id for comparison. Due to the fact that it is required that a panel is the direct child of an accordion it should be the correct id.

stephanrauh commented 1 week ago

This makes sense. It seems I can't merge your PR after five years (sorry about that!), so I added a commit.

stephanrauh commented 1 week ago

You bug fix is soon going to land with version 2.0.0-SNAPSHOT. See #369 on how to get it.