F0rce/ace

AceEditor not working on Vaadin 23

gaborando opened this issue · 2 comments

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 commented

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 commented

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