Announcement

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

    #16
    Right now, the .specialCol class gets its colors from ListGrid Cell Dark - that is, the default alternate row/column colors.

    But your example is valid and we agree that the specialCol should be configurable separately - we'll make that change soon-ish and let you know when it's in.

    Comment


      #17
      Another issue with Tahoe skin is related to printing. In print preview some css code appears before the preview as seen in this image:Click image for larger version

Name:	Screenshot 2021-08-25 at 12.18.45.png
Views:	174
Size:	14.7 KB
ID:	266269

      Attached is the test case for the above image. Using SNAPSHOT_v13.0d_2021-08-21/LGPL Development Only (built 2021-08-21).
      Attached Files

      Comment


        #18
        Thanks for the report, we've fixed this one for tomorrow's builds, dated August 26 or later.

        Comment


          #19
          We've made the .specialCol classes separately configurable in Flat skins and the Skin Editor - this is a 13.0 change, for the moment, so will not apply at the online Skin Editor, which runs 12.1.

          Let us know if you need this new configurability to be available there.

          Comment


            #20
            Originally posted by Isomorphic View Post
            We've made the .specialCol classes separately configurable in Flat skins and the Skin Editor - this is a 13.0 change, for the moment, so will not apply at the online Skin Editor, which runs 12.1.

            Let us know if you need this new configurability to be available there.
            No need to port it back to 12.1... we are fine as we are overwriting the .specialCol related classes for now. The feature is nice and useful for future users :) Thank you for implementing it!

            Comment


              #21
              The printing issue was fixed. Thank you! However for the TreeGrid there are some issues regarding the cell borders. Even if it is set there is no border appearing... See image:
              Click image for larger version

Name:	Screenshot 2021-08-27 at 14.36.52.png
Views:	63
Size:	141.7 KB
ID:	266306Plus it is not clear where that border will appear relative to the cell... bottom, right? If I look at the naming convention as for ListGrid Cell Border I would expect to appear on the right of the cell but there is no equivalent TreeGrid Row Border for the bottom of the cell... Hence should it appear both right and bottom? It is just not clear...

              We have used a workaround for this by overwriting the .treeCell related classes (in a separate .css file that we link from the html file) by adding borders as it is for the ListGrid to maintain graphical consistency but when printing the borders do not appear anymore as if it completely ignores our .css file.
              Attached Files

              Comment


                #22
                Thanks for the report - there were a couple of problems here; a missing treeGrid-row-border setting in the skinEditor, and missing border definitions in the base css for .treeCell.

                We've fixed both issues in 13.0, for builds dated August 28 or later - tree-cell styles can now be configured in the same way as listGrid cells, but separately from them.

                Comment

                Working...
                X