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

Ignoring RPC to TreeServerRpc.contextClick as no RPC implementation is registered #72

Open
javydreamercsw opened this issue Jun 29, 2017 · 3 comments
Labels

Comments

@javydreamercsw
Copy link

This is a really weird issue. I have two Trees on the application. One is defined in the UI class and one in a custom component. When I click on the first Tree I get the context menus, but I get this warning when I try the same on the tree in the custom component:

WARNING: Ignoring RPC call to com.vaadin.shared.ui.tree.TreeServerRpc.contextClick in connector com.vaadin.ui.Tree(99) as no RPC implementation is registered

Any idea?

The sources are here. The custom component is here.

This is on version 0.7.5 since I'm using Vaadin 7.7.10.

elmot pushed a commit that referenced this issue Jul 12, 2018
elmot pushed a commit that referenced this issue Jul 12, 2018
elmot pushed a commit that referenced this issue Jul 16, 2018
@elmot elmot closed this as completed in #92 Jul 16, 2018
elmot pushed a commit that referenced this issue Jul 16, 2018
@elmot elmot added this to the 3.0.0 milestone Jul 16, 2018
@javydreamercsw
Copy link
Author

Is 3.0.0 compatible with Vaadin 7?

@elmot elmot removed this from the 3.0.0 milestone Jul 16, 2018
@elmot
Copy link
Contributor

elmot commented Jul 16, 2018

Ooops... I read it wrong.
Implemented for 8 but not for 7.

@elmot elmot reopened this Jul 16, 2018
@elmot elmot added the v7 label Jul 16, 2018
@javydreamercsw
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants