Community
Participate
Working Groups
The columns of AbstractAsyncTableRendering is not sized properly when the rendering is created. In addition, resize to preferred size action does not work. This is due to the fact that TableColumn#pack does not work like other platforms for virtual table. #pack does not do anything for virtual table on Linux GTK.
Need to implement work-around in case 127132 is not fixed.
Created attachment 37368 [details] patch to work around #pack problem
+1 for RC2
Verified that Bug 127132 fixes this problem. No need to do work-around.