[ http://issues.apache.org/jira/browse/TOMAHAWK-713?page=comments#action_12439960 ] Wendy Smoak commented on TOMAHAWK-713: --------------------------------------
I'm building from source with: $ cd tomahawk/examples/simple $ mvn clean $ mvn package -Dmyfaces=1.1.4 cargo:start In web.xml, org.apache.myfaces.AUTO_SCROLL is true When I visit http://localhost:8080/myfaces-example-simple/autoscroll.jsf , scroll down, and click number 94 or 95, nothing happens. I believe this is the correct behavior. (The message at the top of the page says, "The init parameter org.apache.myfaces.AUTO_SCROLL is set to true. In this case, the page shouldn't move when a link is clicked.") (It could be argued that this is backwards, that AUTO_SCROLL=true should mean that the page *will* scroll. But that's not how it is documented.) If I edit web.xml and change AUTO_SCROLL to false, then clicking number 94 causes the page to jump back to the top. Jeff, what behavior are you seeing? > Auto Scroll silently fails on Core 1.1.4 and Tomahawk nightly > ------------------------------------------------------------- > > Key: TOMAHAWK-713 > URL: http://issues.apache.org/jira/browse/TOMAHAWK-713 > Project: MyFaces Tomahawk > Issue Type: Bug > Affects Versions: 1.1.5-SNAPSHOT > Environment: MyFaces Core 1.1.4 and Tomahawk nightlies (dated > 2006-09-26 or 2006-09-27) > Tested in Firefox and Internet Explorer browsers > Reporter: Jeff Bischoff > Attachments: simple.war > > > When using MyFaces Core 1.1.4 and the latest Tomahawk nightlies (dated > 2006-09-26 or 2006-09-27), the Auto Scroll functionality fails. There is no > error message in the application logs nor in javascript console. This is > presumably related to the javascript changes made to ensure compatibility > with the RI. This is a major bug, since latest Tomahawk should be compatible > with the Core 1.1.4 release. > This breakage can be observed simply by taking the latest tomahawk-examples > nightly download, and substituting in the Core 1.1.4 jars. I will attach such > an example. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
