1. Grid view at header not using the height available when there are more than 1 page of record (for e.g, the Product window at test.idempiere.org):
2. Grid view at detail tab not using the height available (with or without paging):
I found the problem for this is in adwindow.css.dsp at code :
.adtab-grid > .z-grid-header > table > tbody > tr.z-columns > th.z-column > .z-column-content {
text-overflow: ellipsis;
white-space: pre-line;
}
If I remove the code above, the blank area is gone.
waiting for commit
Still happens for the following scenario:
Open Product Window
Make sure the detail pane is open
At the detail pane, switch to the other tab, for e.g Transactions.
Hi @hengsin, found one more case:
Log in as System Administrator
Open Toolbar Button window
Toggle to grid mode
Click on Action column header to sort the rows
The gap below appears
Regards,
Carlos Ruiz
Hi , found one new case:
Open Business Partner window
must show a record with a contact (in my case C&W)
Open another Business Partner window - same BP
Now move the second window (drag the header of the tab) to the first position
Same issue in the detail after moved
If the master is in grid - it happens also in the master