autoscroll feature does not work with tomahawk and myfaces 1.2
--------------------------------------------------------------
Key: MYFACES-1852
URL: https://issues.apache.org/jira/browse/MYFACES-1852
Project: MyFaces Core
Issue Type: Bug
Affects Versions: 1.2.2
Reporter: Leonardo Uribe
Assignee: Leonardo Uribe
The problem is shown here:
the method renderAutoScrollFunction is not called anymore, so the feature is
broken.
There exists a issue MYFACES-1662 Move autoscroll feature from shared
HtmlRendererUtils to Tomahawk, but for now we should restore this feature first
and then move this stuff.
The javascript added on the button and link looks like this:
if(typeof window.getScrolling!='undefined'){
oamSetHiddenInput('form','autoScroll',getScrolling());
}
oamSetHiddenInput create a input hidden through javascript, suggesting a more
compatible solution than use input hidden fields rendered at encodeEnd of a
form. Other task should be change input hidden fields feature using
oamSetHiddenInput instead.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.