F0rce / ace

Ace Editor for Vaadin 14 & 23
MIT License
27 stars 13 forks source link

AceEditor not working on Vaadin 23 #31

Closed gaborando closed 2 years ago

gaborando commented 2 years ago

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);
  3. Start the application
  4. If you check the DOM the component is present but not interpreted

Desktop (please complete the following information):

F0rce commented 2 years ago

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 2 years ago

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