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

NoSuchElementException: No value present #49

Closed
beege-dev opened this issue Oct 20, 2020 · 2 comments
Closed

NoSuchElementException: No value present #49

beege-dev opened this issue Oct 20, 2020 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@beege-dev
Copy link
Collaborator

Designer bug report Template

If you think the issue could be related to your template files please consider providing it to make it easier to reproduce your issue.

Stacktrace

java.util.NoSuchElementException: No value present
	at java.util.Optional.get(Optional.java:135)
	at com.github.appreciated.designer.application.presenter.file.designer.template.DesignerPresenter.lambda$new$d15c6261$1(DesignerPresenter.java:61)
	at com.vaadin.flow.component.ComponentEventBus.fireEventForListener(ComponentEventBus.java:205)
	at com.vaadin.flow.component.ComponentEventBus.handleDomEvent(ComponentEventBus.java:373)
	at com.vaadin.flow.component.ComponentEventBus.lambda$addDomTrigger$dd1b7957$1(ComponentEventBus.java:264)
	at com.vaadin.flow.internal.nodefeature.ElementListenerMap.lambda$fireEvent$2(ElementListenerMap.java:441)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
	at com.vaadin.flow.internal.nodefeature.ElementListenerMap.fireEvent(ElementListenerMap.java:441)
	at com.vaadin.flow.server.communication.rpc.EventRpcHandler.handleNode(EventRpcHandler.java:59)
	at com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandler.handle(AbstractRpcInvocationHandler.java:64)
	at com.vaadin.flow.server.communication.ServerRpcHandler.handleInvocationData(ServerRpcHandler.java:409)
	at com.vaadin.flow.server.communication.ServerRpcHandler.lambda$handleInvocations$1(ServerRpcHandler.java:390)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
	at com.vaadin.flow.server.communication.ServerRpcHandler.handleInvocations(ServerRpcHandler.java:390)
	at com.vaadin.flow.server.communication.ServerRpcHandler.handleRpc(ServerRpcHandler.java:317)
	at com.vaadin.flow.server.communication.UidlRequestHandler.synchronizedHandleRequest(UidlRequestHandler.java:89)
	at com.vaadin.flow.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:40)
	at com.vaadin.flow.server.VaadinService.handleRequest(VaadinService.java:1545)
	at com.vaadin.flow.server.VaadinServlet.service(VaadinServlet.java:247)
	at com.vaadin.flow.spring.SpringServlet.service(SpringServlet.java:111)
	at javax.servlet.http.HttpServlet.service(HttpServle...
@beege-dev beege-dev added the bug Something isn't working label Oct 20, 2020
@beege-dev
Copy link
Collaborator Author

occured when i moved a button horizontally before a scroller

@appreciated appreciated added this to the v14.4.0 milestone Oct 21, 2020
@appreciated
Copy link
Owner

@beege-dev I am not able to reproduce this issue. Do you know a way to trigger the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants