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

Row isn't selected while clicking on a component rendered by ComponentRenderer #1779

Open
glebfox opened this issue Jan 17, 2019 · 2 comments
Assignees
Milestone

Comments

@glebfox
Copy link
Member

glebfox commented Jan 17, 2019

No description provided.

@gorbunkov
Copy link
Contributor

If I add a LookupField component as a generated column to the DataGrid, then when I first click on the lookup field to see possible options, these options list blinks in a random screen place and disappears. When I click on it for the second time, the options list appears. The problem, probably, is in that when the lookup field is clicked for the first time, the grid row is selected and the component is repainted. When I click the lookup field for the second time, the grid row is already selected and everything works as expected.

@knstvk knstvk added this to the Release 7.0 milestone Jul 22, 2019
@haulmont-git haulmont-git added ver: 7.1.0 Fixed in version ver: 7.2.0 Fixed in version labels Jul 30, 2019
@glebfox glebfox removed ver: 7.1.0 Fixed in version ver: 7.2.0 Fixed in version labels Jul 30, 2019
@glebfox
Copy link
Member Author

glebfox commented Jul 30, 2019

@gorbunkov the problem with LookupField is fixed.

As for the whole issue, due to fundamental architecture changes in Vaadin 8 it can't be fixed.

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

No branches or pull requests

5 participants