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

Programmatic Modal Dialog does not render custom buefy elements #280

Open
simhyr opened this issue Sep 22, 2024 · 1 comment
Open

Programmatic Modal Dialog does not render custom buefy elements #280

simhyr opened this issue Sep 22, 2024 · 1 comment

Comments

@simhyr
Copy link

simhyr commented Sep 22, 2024

Overview of the problem

Buefy version: 0.1.4
Vuejs version: 3.4.37
OS/Browser: Windows 10 / Firefox / Chrome

Description

The programmatic modal dialog can not resolve the custom buefy components.

BuefyModal.vue (the modal dialog)
image

BuefyNavigation.vue (opens the modal dialog on click)
image

Error in Browser Console
image

Browser Inspector HTML:
image

Steps to reproduce

You can use the example of the programmatic modal from the documentation (see https://v3.buefy.org/documentation/modal#programmatic)

Expected behavior

The b-button element should be rendered as a button. The b-button element should be replaced by a div that has the css class .b-button.

Actual behavior

The html of the modal dialog is not correctly processed by buefy and can't be rendered by the browser.

@simhyr
Copy link
Author

simhyr commented Oct 23, 2024

Just in case anyone has the same problem. The problem and a workaround is discussed here: #152

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant