Bootstrap-vue: Unable to propagate delegate events

Created on 15 Jan 2019  路  1Comment  路  Source: bootstrap-vue/bootstrap-vue

Modal content has an event binding on click event that prevents propagation to other listeners. As you can see on the image, if I remove the .modal-content event directly on the Inspector it will work fine. I didn't find on the source the line responsible for this bug. How can I fix this issue?

capture

Edit: Here's the markup.

<b-modal id="notifications" ref="notificationsModal"
                            title="Notifica莽玫es"
                            title-tag="h4"
                            modal-class="modal-dialog-vertical"
                            :hide-footer="true">

  <div class="list-group list-group-flush my--3">
    <div class="list-group-item px-0">
      <%= link_to "Marcar todos como lidos", mark_as_read_notifications_path,
                  class: "btn btn-block btn-light",
                  remote: true,
                  method: :patch %>
    </div>

    <%= render_notifications %>
  </div>
</b-modal>
Bug

Most helpful comment

v2.0.0-rc.12 was just released today.

>All comments

v2.0.0-rc.12 was just released today.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

KonradDeskiewicz picture KonradDeskiewicz  路  3Comments

ghost picture ghost  路  3Comments

chaymag picture chaymag  路  3Comments

hydraheim picture hydraheim  路  3Comments

kossa picture kossa  路  3Comments