Hello,
We configure custom edges on grids/trees, after installing the latest nighthly they no longer appear (they render even worse that before on FF18).
I attached a screenshot where you can see the previous and before. In the 'edges-bad' screenshot you see the effect with the new build, the edges are simply missing. In the 'edges-better' screenshot (coming from the previous build) you see that the edges are present, in both cases there is something else wrong (gap between the header and body of the component but that is beside the point here now).
Previous build: v8.3p_2012-11-30/Pro Deployment (built 2012-11-30)
Latest build: v8.3p_2013-02-03/Pro Deployment 2013-02-03
thanks for looking in to this/
We configure custom edges on grids/trees, after installing the latest nighthly they no longer appear (they render even worse that before on FF18).
Code:
TreeGrid treeGrid = TreeGrid(); treeGrid.setShowEdges(true); treeGrid.setEdgeImage(SilkImageConstants.EDGE_PORTLET);
Previous build: v8.3p_2012-11-30/Pro Deployment (built 2012-11-30)
Latest build: v8.3p_2013-02-03/Pro Deployment 2013-02-03
thanks for looking in to this/
Comment