Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BMessage never fires click event #382

Open
milesstt opened this issue Jan 14, 2025 · 0 comments
Open

BMessage never fires click event #382

milesstt opened this issue Jan 14, 2025 · 0 comments
Assignees
Labels
need investigation Need investigation

Comments

@milesstt
Copy link

Overview of the problem

Buefy version: [email protected]
Vuejs version: 3.5.13
OS/Browser: Windows/Chrome

Description

BMessage defines v-on:click event in the "emits" section, but it never fires this event in the code. I need to perform an action when user clicks on the message itself, but the native click event doesn't fire because it's overridden in the component code that never fires it (based on my deductions looking at the source code).

Steps to reproduce

  1. Use b-message component in the template.
  2. Add v-on:click event to the component and assign a function to it.

Expected behavior

Component fires the click event

Actual behavior

No click event happens when I click on the message

@wesdevpro wesdevpro added the need investigation Need investigation label Jan 14, 2025
@wesdevpro wesdevpro self-assigned this Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need investigation Need investigation
Projects
None yet
Development

No branches or pull requests

2 participants