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

<vaadin-grid> - itemDetailsRenderer with nested grid: content not rendered for CompomentColumn(s) #1587

Closed
1 of 7 tasks
silvan-lincan opened this issue Apr 5, 2019 · 5 comments

Comments

@silvan-lincan
Copy link

Description

Vaadin Version 13.0.3

For a Grid which has a nested Grid inside the itemDetailsRenderer, the content for ComponentColumn(s) is not rendered in Chrome Version 73.0.3683.86 (Official Build) (64-bit)

Expected outcome

image

Actual outcome

image

Please see an example attached:
demo-nested-grid.zip

Steps to reproduce

  1. Put a vaadin-grid element in the page.
  2. Add a nested vaadin-grid as content of itemDetailsRenderer
  3. Add a column to this nested vaadin-grid as ComponentColumn (e.g. TextArea)
  4. Open the page in Chrome web browser (73.0.3683.86).
  5. TextArea should be rendered.

Browsers Affected

  • Chrome
  • Firefox
  • Safari
  • Edge
  • IE 11
  • iOS Safari
  • Android Chrome
@gianluca-valentini
Copy link

gianluca-valentini commented Apr 17, 2019

Any news about it? I remember your twitt on 20th Feb:
image

But currently, we are talking about Vaadin 13.0.4, it does not work yet.
So Vaadin 13 can be used on production environment

@silvan-lincan
Copy link
Author

Verified again with latest version of Chrome: 74.0.3729.108 (Official Build) (64-bit) and latest version of Vaadin 13.0.4 and now it seems that it is working.

@gianluca-valentini it seems that now is working with version 74.0.3729.108

@web-padawan
Copy link
Member

Yep, it should be fixed in Chrome 74. See vaadin/flow#5025 (comment)

Closing as there is nothing to do here in the web component. The problem could be only reproduced in Flow counterpart. The workaround for Chrome 72 and 73 was implemented in vaadin/flow#5060

@silvan-lincan
Copy link
Author

@web-padawan Thank you.

@gianluca-valentini
Copy link

@silvan-lincan @web-padawan thanks a lot

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

No branches or pull requests

3 participants