Announcement

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

    Strange color in last PRO buid from 10th October

    Hi,

    I´m experiencing a strange background color in the above build with IE9. Please see the screenshot.

    Regards Thomas
    Attached Files

    #2
    Which branch are you seeing this one? 8.2p or 8.3d?
    Thanks

    Isomorphic Software

    Comment


      #3
      Never mind - we see the problem and will be resolving it soon.

      Regards
      Isomorphic Software.

      Comment


        #4
        Hi,

        it is better now, but still there in latest SmartClient_v83d_2012-10-18 build.

        The strange color is in the unused grid heading space, please try this:

        Code:
        isc.ListGrid.create({
            ID: "countryList",
            width:900, height:224, alternateRecordStyles:true,
            data: countryData,
            fields:[
                {name:"countryCode", width: 50, title:"Flag", type:"image", imageURLPrefix:"flags/16/", imageURLSuffix:".png"},
                {name:"countryName", width: 50, title:"Country"},
                {name:"capital", width: 50,title:"Capital", showIf:"false"},
                {name:"continent", width: 50,title:"Continent"}
            ],
            canReorderFields: true
        })
        
        
        isc.IButton.create({
            left:0, top:240,
            title:"Show Capitals",
            click:"countryList.showField('capital')"
        })
        
        isc.IButton.create({
            left:120, top:240,
            title:"Hide Capitals",
            click:"countryList.hideField('capital')"
        })
        Regards Thomas

        Comment


          #5
          We have made a change to address this issue. The change should show up for you in the 8.3 branch in the next nightly build.

          Comment


            #6
            this issues still persists in v8.3d_2012-10-23/Pro Deployment (built 2012-10-23)

            Comment


              #7
              That's odd. Ok we'll take another look

              Thanks

              ---
              EDIT: Actually before we do - this is exactly the kind of thing that may be due to you looking at stale (cached) files. Could you try clearing your browsers cache, restarting your server and trying again, and confirm that that doesn't solve it?

              Comment


                #8
                Hi Isomorphic,

                in the build v8.3d_2012-10-25/Pro Deployment (built 2012-10-25) this isseu is fixed. Thank you!

                Greetings Thomas

                Comment

                Working...
                X