Skip to content

ResetAssetsEventListener breaks embedding controllers? #166

@stephanvierkant

Description

@stephanvierkant

#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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions