Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

  • hin3x
    replied
    Test ok, thanks!

    Leave a comment:


  • Isomorphic
    replied
    A fix for this in SC 9.0d/SGWT 4.0d and SC 8.3p/SGWT 3.1p should be in the next nightly builds. It wasn't mentioned, but this issue only affected Firefox in Standards Mode.

    Please provide a complete sample for us if there is still an issue.

    Leave a comment:


  • Isomorphic
    replied
    We're looking into this

    Regards
    Isomorphic Software

    Leave a comment:


  • hin3x
    started a topic [FF18] Custom edges not showing properly

    [FF18] Custom edges not showing properly

    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).

    Code:
    TreeGrid treeGrid = TreeGrid();	
    treeGrid.setShowEdges(true);
    treeGrid.setEdgeImage(SilkImageConstants.EDGE_PORTLET);
    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/
    Attached Files
Working...
X