Steps to reproduce:
- As 3 different users, create a document in the same workspace
- Go back to the workspace view
- Add all the missing columns to the table thanks to "Columns" popup
- For the "Last contributor" column, select the 3 available values
- Observe that it's not possible to read all the selected values
A similar problem can be observed if the Nature column is customized with
<nuxeo-data-table-column name="[[i18n('documentContentView.datatable.header.nature')]]" field="dc:nature"> <template is="header"> <nuxeo-directory-suggestion class="item" role="widget" directory-name="nature" value="{{column.filterValue}}" multiple="true" placeholder="[[i18n('documentContentView.datatable.header.nature')]]" min-chars="0"> </nuxeo-directory-suggestion> </template> <template> <nuxeo-tag hidden$="[[!item.properties.dc:nature]]"> [[formatDirectory(item.properties.dc:nature)]] </nuxeo-tag> </template> </nuxeo-data-table-column>
Expected behavior: it's possible to read all the values selected in a nuxeo-dropdown-aggregation or a nuxeo-director-suggestion element used in a nuxeo-data-table header
- causes
-
ELEMENTS-1250 Fix scrollbars issues
- Resolved
- Is referenced in