8000 b-badge not firing drag/drop events · Issue #6209 · bootstrap-vue/bootstrap-vue · GitHub
[go: up one dir, main page]

Skip to content
b-badge not firing drag/drop events #6209
Closed
@Devmond

Description

@Devmond

Describe the bug

It appears recent changes have caused b-badge component to stop firing drag/drop events.

Steps to reproduce the bug

<b-badge variant="secondary" draggable @dragstart="($event) => console.log('dragstart')" @dragend="($event) => console.log('dragend')"> b-card-group</b-badge>

You can try it here:
https://bootstrap-vue.org/play

Expected behavior

It should log to console when drag starts but it doesn't. It happens on both Chrome and Firefox.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0