Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8096132

ListView Hover Over on Odd rows disabled?

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • 9
    • fx2.0.2
    • javafx
    • None
    • Windows XP, Windows 7

      In current productrion JavaFX2 code base:

      Normally when I scroll through the rows on a ListView, each row is highlighted.

      But when I add this to a style sheet:

      .list-cell:odd {
          -fx-background-color: #cfe2ca;
      }


      The odd row is no longer highlighted on hover over (the even rows, displayed in white, still are. I have changed nothing else regarding listview in the style sheet.

            jgiles Jonathan Giles
            ethompsonjfx Edward Thompson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: