-
Notifications
You must be signed in to change notification settings - Fork 3
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
Designer in Eclipse can not handle frontend directory in different location with Lit components #2434
Comments
Problem behavior can be repeated on V23 as well.
|
Confirmed: |
Problem also with IntelliJ IDEA |
@szolo could you please give a status of this issue? Do we have a patch? |
Hello, new Designer version with a fix for this issue will be released soon. Designer will provide an option to specify any folder as a frontend folder via preferences. Thanks! |
Hello @lordmikefin, we have just released Vaadin Designer 4.6.18. There is a new preference setting "Front Folder" under "Vaadin Designer" preferences. Feel free to change it according to your needs. By default it is "frontend". |
When 'frontend' directory is moved, then Designer can not handle Lit component within Lit component.
NOTE: Designer does not have same problem with Polymer components.
Steps to reproduce
My sample project:
skeleton-starter-flow-spring-frontend-moved.zip
git clone https://github.com/vaadin/skeleton-starter-flow-spring.git cd skeleton-starter-flow-spring git checkout v14
Add 'frontendDirectory' -configuration
NOTE: The 'vaadin-maven-plugin' is in two sections 'build' and 'profiles'.
End result sample:
Actual behavior
Designer does not show any content for child Lit component.
If "lit-test-parent" is reopened, then just white canvas is shown.
No content at all :(
Expected behavior
Designer should show 'lit-test-child' componet content within the 'lit-test-parent' component view.
IDE, Designer and OS version
The text was updated successfully, but these errors were encountered: