-
-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Description
#115 breaks my application.
I'm using Bootstrap 3 and the content of one of the tabs is rendered using render():
<ul class="nav nav-tabs nav-justified nav-responsive" role="tablist">
<!-- <li.... -->
</ul>
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="details">
{{ render(url('user_details', {username: user.username})) }}
</div>
</div>
Now this pull-down doesn't work anymore. I still can't figure out what's going wrong here, but I can tell the ResetAssetsEventListener plays a role here.
I'll try to investigate what the exact problem is, but any help would be appreciated.
Edit: I've found that the dropdown is opening and closing again directly. For some reason, the click handler on the dropdown menu is registered twice. I really don't know what's causing this, because the HTML code is exactly the same before and after installing the new version of this bundle.
dew326, WilcoSchoolderman, dmaicher, Seb33300, blankse and 2 more
Metadata
Metadata
Assignees
Labels
No labels