Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-2044

Table display does not render all rows, when height is large

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.7.0
    • None
    • GUI

    Description

      When displaying a table with embedded html, not all rows are being rendered if the row heights are large.

      For examle:

      Table with html
      println(s"""%table Image\tNumber
      %html <div style="height:400px;width:400px;background-color:blue;" />\t100
      %html <div style="height:400px;width:400px;background-color:red;" />\t100
      %html <div style="height:400px;width:400px;background-color:green;" />\t100
      """)
      

      This example will only render the first row. But all rows are rendered if the size of the last row is changed:

      Table with html
      println(s"""%table Image\tNumber
      %html <div style="height:400px;width:400px;background-color:blue;" />\t100
      %html <div style="height:400px;width:400px;background-color:red;" />\t100
      %html <div style="height:20px;width:20px;background-color:green;" />\t100
      """)
      

      Attachments

        1. 2044_1.gif
          3.58 MB
          Hoon Park

        Issue Links

          Activity

            People

              Unassigned Unassigned
              andreaskdk Andreas Koch
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: