Announcement

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

    Header span's second row is blank.

    Hi,

    We are using:
    a) SmartClient Version: v10.0p_2015-07-14/Pro Deployment(built 2015-07-14)

    b) Testing using IE 11.0.9600.17126

    Problem:
    The Second row of Header span is showing blank/white space, see the attached image "header span.jpg"

    Please see the attached sample in order to reproduce the problem.

    Thanks
    Attached Files
    Last edited by voulam; 23 Jul 2015, 02:51.

    #2
    You've called setShowTitle(false) for all of those fields and also set blank ("") titles. Given these settings, what are you hoping to see in the space that shows up as blank?

    Comment


      #3
      The reason for setting blank is that we do not want to show title on that columns, because all are representing the same type of value in sequential manner.

      What we are hoping to see is that the second row of HeaderSpan should show the column headers with proper styles without title i.e. it should be properly painted with the header style and don't show white spaces as it is happening right now as marked in the image that was attached in the first post.

      Comment


        #4
        You should get rid of your calls to setShowTitle(false) .

        Then, for now, alter the titles from "" to " ".

        We'll look at why this misbehaves when title is set to "".

        Comment


          #5
          I got rid of setShowTitle(false) and also changed the title from "" to " ".
          The second row of HeadeSpan is still coming as white spaces and is not getting painted.

          Comment


            #6
            The only changes we made to your sample code were to remove *all* calls to setShowTitle(false), and change *all* default titles from "" to " ".

            With those changes, we see your sample work as expected in all browsers against latest 5.0.

            Firstly, ensure you didn't miss any of those changes. If you didn't, please retest with the latest build from smartclient.com/builds - if you still see this issue, please repost your sample code as it stands now.

            Comment


              #7
              Hi,

              We are using:
              a)SmartClient Version: SNAPSHOT_v10.1d_2015-07-30/Pro Deployment (built 2015-07-30)

              b) Tested using IE Version: 11.0.9600.17126

              The problem is still the same as you can see in the new attached image.
              I have also added the sample file for you to reproduce.

              Thanks
              Attached Files

              Comment


                #8
                We've made a change that should address this IE specific issue - please retest with a build dated August 19 or later.

                Comment

                Working...
                X