giterlizzi / dokuwiki-plugin-bootswrapper

Bootstrap Wrapper for DokuWiki
GNU General Public License v2.0
35 stars 22 forks source link

panel won't collaps in accordion #61

Closed berot3 closed 6 years ago

berot3 commented 7 years ago

for example:

<accordion>
<panel type="default" title="Panel title" no-body="true">
^ # ^ First Name ^ Last Name ^ Username ^
^ 1 | Mark       | Otto      | @mdo     |
^ 2 | Jacob      | Thornton  | @fat     |
^ 3 | Larry      | the Bird  | @twitter |
</panel>
<panel title="Collapsible Group Item #2"> [...] </panel>
<panel title="Collapsible Group Item #3"> [...] </panel>
</accordion>

looks like this: image

giterlizzi commented 7 years ago

Hi, i have investigated your issue and the problem is no-body attribute which is in conflict with Bootstrap Accordion plugin.

At your disposal, Joseph

dolandemort commented 5 years ago

I have been having this same issue: Panels that use the no-body attribute will not collapse when inside of an accordion.

I am a little confused upon reading your reply. It seems to me that a feature (accordion) of one of the parts of you Bootstrap Wrapper does not cooperate well with another feature of Bootstrap Wrapper (panel). If I have understood the situation correctly, is it not something you would want to address?

I am having difficulty understanding why the issue was closed.