Kay Ousterhout created SPARK-4255:
-------------------------------------

             Summary: Table striping is incorrect on page load
                 Key: SPARK-4255
                 URL: https://issues.apache.org/jira/browse/SPARK-4255
             Project: Spark
          Issue Type: Bug
          Components: Web UI
            Reporter: Kay Ousterhout
            Assignee: Kay Ousterhout
            Priority: Minor


Currently, table striping (where every other row is grey, to aid readability) 
happens before table rows get hidden (because some metrics are hidden by 
default).  If an odd number of contiguous table rows are hidden on page load, 
this means adjacent rows can both end up the same color. We should fix the 
table striping to happen after row hiding.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to