Uploaded image for project: 'MyFaces Tomahawk'
  1. MyFaces Tomahawk
  2. TOMAHAWK-1289

HtmlDataScroller should inherit UIPanel instead HtmlPanelGroup

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.1.7
    • Data Scroller
    • None

    Description

      dataScroller has this definitions:

      • @JSFJspProperty name = "onkeydown" tagExcluded = "true"
      • @JSFJspProperty name = "onkeypress" tagExcluded = "true"
      • @JSFJspProperty name = "onkeyup" tagExcluded = "true"
      • @JSFJspProperty name = "onmousedown" tagExcluded = "true"
      • @JSFJspProperty name = "onmousemove" tagExcluded = "true"
      • @JSFJspProperty name = "onmouseout" tagExcluded = "true"
      • @JSFJspProperty name = "onmouseover" tagExcluded = "true"
      • @JSFJspProperty name = "onmouseup" tagExcluded = "true"

      suggesting that this component should not inherit from HtmlPanelGroup (here are defined this properties).

      It is more OO friendly to extends from UIPanel, remove the previous annotations and add the missing properties annotations.

      Attachments

        Activity

          People

            lu4242 Leonardo Uribe
            lu4242 Leonardo Uribe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: