Alexander Wels has posted comments on this change.

Change subject: userportal, webadmin: make column width persistent
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/table/AbstractActionTable.java
Line 168:                     String width = getColumnWidth(tableId, i);
Line 169:                     width = CssUtils.appendPxToCssLength(width);
Line 170:                     table.setColumnWidth(column, width);
Line 171:                     tableHeader.setColumnWidth(column, width);
Line 172:                 }
Have you tried it on the init of the header table? I am just throwing things 
out there, this just seemed like the wrong place, due to setRowData being 
called very frequently.
Line 173:             }
Line 174: 
Line 175:             @Override
Line 176:             protected void onLoadingStateChanged(LoadingState state) {


-- 
To view, visit http://gerrit.ovirt.org/17118
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I761e12de743fc9b5fce9edf52b929200abe25c8c
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Greg Sheremeta <[email protected]>
Gerrit-Reviewer: Alexander Wels <[email protected]>
Gerrit-Reviewer: Einav Cohen <[email protected]>
Gerrit-Reviewer: Greg Sheremeta <[email protected]>
Gerrit-Reviewer: Vojtech Szocs <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to