You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Brian Federle (JIRA)" <ji...@apache.org> on 2014/09/02 21:13:21 UTC

[jira] [Created] (CLOUDSTACK-7470) Use CSS for even-odd row display

Brian Federle created CLOUDSTACK-7470:
-----------------------------------------

             Summary: Use CSS for even-odd row display
                 Key: CLOUDSTACK-7470
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7470
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: UI
            Reporter: Brian Federle
            Priority: Minor


Currently, a custom JS function renders display of even odd list and form rows. This has turned out to be buggy in numerous situations, causing display issues and unnecessary code complexity when elements are variable. For example, when show-hiding fields in the zone wizard, often times the even-odd appearance doesn't show or are uneven.  A better solution is to render via CSS's 'nth-child' selector, which will fix these issues, replacing the buggy '.evenOdd' function that is used now.



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