Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
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.