Hi Isomorphic,
please see this sample (v11.1p_2017-12-16, Chrome 63, FF26).
If hovering, you'll get this warning in the Developer Console: "WARN:Log:Layout.align set to left, which is invalid for vertical layouts".
I assume this is a small error in the component you generate that existed all the time and that is now visible in the log after this change.
Also, from the 2nd hover on I see this error in the log: "WARN:ListGrid:orderList_expansionRelated:ListGrid initialized with this.fields attribute set to an array which is already being displayed in another ListGrid instance. To reuse standard field configuration across multiple ListGrids, use listGrid.defaultFields rather than assigning directly to listGrid.fields."
Best regards
Blama
please see this sample (v11.1p_2017-12-16, Chrome 63, FF26).
If hovering, you'll get this warning in the Developer Console: "WARN:Log:Layout.align set to left, which is invalid for vertical layouts".
I assume this is a small error in the component you generate that existed all the time and that is now visible in the log after this change.
Also, from the 2nd hover on I see this error in the log: "WARN:ListGrid:orderList_expansionRelated:ListGrid initialized with this.fields attribute set to an array which is already being displayed in another ListGrid instance. To reuse standard field configuration across multiple ListGrids, use listGrid.defaultFields rather than assigning directly to listGrid.fields."
Best regards
Blama
Comment