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

AceEditor not working on Vaadin 23 #31

Closed
gaborando opened this issue Apr 4, 2022 · 2 comments
Closed

AceEditor not working on Vaadin 23 #31

gaborando opened this issue Apr 4, 2022 · 2 comments
Labels
awaiting answer Awaiting the answer of the creator of the issue/feature request. no-issue-activity

Comments

@gaborando
Copy link

Describe the bug
Lit-ace not interpreted on Vaadin23

To Reproduce
Steps to reproduce the behaviour:

  1. Create a project with a blank page with https://start.vaadin.com/app
  2. Go to the blank page code and add
AceEditor ace = new AceEditor();
ace.setTheme(AceTheme.terminal);
ace.setMode(AceMode.sql);
ace.setValue("SELECT * FROM DB_01 WHERE ID = 123");
add(ace);
  1. Start the application
  2. If you check the DOM the component is present but not interpreted

Desktop (please complete the following information):

  • OS: W11
  • Browser chromium based
@F0rce
Copy link
Owner

F0rce commented Apr 9, 2022

Hello @gaborando,

I am unfortunately not able to reproduce the issue. Could you please check the browsers console (F12 in the major ones) for any errors and send them here if present ?

Thanks a lot,
David

@F0rce F0rce added the awaiting answer Awaiting the answer of the creator of the issue/feature request. label Apr 11, 2022
@F0rce
Copy link
Owner

F0rce commented May 20, 2022

Closed due to inacitivty. If the issue persists, make sure to re-open this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting answer Awaiting the answer of the creator of the issue/feature request. no-issue-activity
Projects
None yet
Development

No branches or pull requests

2 participants