 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] Created: (RF-1107) Scrollable dataTable. Header scrolled badly on TAB button.
                                
                                
                                
                                    
                                        by Ilya Shaikovsky (JIRA)
                                    
                                
                                
                                        Scrollable dataTable. Header scrolled badly on TAB button.
----------------------------------------------------------
                 Key: RF-1107
                 URL: http://jira.jboss.com/jira/browse/RF-1107
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
         Environment: FF 2.0.0.6
            Reporter: Ilya Shaikovsky
         Assigned To: Konstantin Mishin
             Fix For: 3.2.0
Two use-cases failed:
"case - 1.png"
frozenColCount=0
all the columns with inputs
last columns aren't in visible part
When I use TAB key - columns scrolled to be displayed (good) but headers jsut stays (Wrong!)
"case - 2.png"
frozenColCount=2
all the columns with inputs
last columns aren't in visible part
I use TAB key. Focused inputs changed one by one only in "frozen zone" (seems good), but after I press TAB on the last input - the focus jumps to non frozen column input and frozen columns - scrolled and shifted down(Wrong!). But headers still aren't scrolled (good in this case).
-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
        
                                
                         
                        
                                
                                13 years, 5 months
                        
                        
                 
         
 
        
            
        
        
        
                
                        
                                
                                 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] Created: (RF-970) DDMenu in Toolbar and Opera
                                
                                
                                
                                    
                                        by Carsten H?hne (JIRA)
                                    
                                
                                
                                        DDMenu in Toolbar and Opera
---------------------------
                 Key: RF-970
                 URL: http://jira.jboss.com/jira/browse/RF-970
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.1.0
            Reporter: Carsten H?hne
            Priority: Minor
The dropDown Menu does not work in Opera (9.23) in this constellation:
<ui:component ...>
	<rich:toolBar>
		<h:form>
			<rich:toolBarGroup >
			
				<rich:dropDownMenu value="Collection" >
					<rich:menuItem  value="List working collection" action="list" />
				</rich:dropDownMenu>
			</rich:toolBarGroup>
		</h:form>
		<rich:toolBarGroup location="right">
			<h:form>[....]
			</h:form>
		</rich:toolBarGroup>
	</rich:toolBar>
</ui:component>
But it works with IE and Firefox.
If the form is put into the toolbargroup, than the menue is functioning in opera. Or if you put the form around the whole toolbar it works also.
-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
        
                                
                         
                        
                                
                                14 years, 6 months
                        
                        
                 
         
 
        
            
        
        
        
            
        
        
        
            
        
        
        
            
        
        
        
            
        
        
        
            
        
        
        
            
        
        
        
            
        
        
        
                
                        
                                
                                 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] Created: (RF-1145) DataScroller. Parameters(both a4j and f) always null.
                                
                                
                                
                                    
                                        by Ilya Shaikovsky (JIRA)
                                    
                                
                                
                                        DataScroller. Parameters(both a4j and f) always null.
-----------------------------------------------------
                 Key: RF-1145
                 URL: http://jira.jboss.com/jira/browse/RF-1145
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.1.2, 3.2.0
            Reporter: Ilya Shaikovsky
         Assigned To: Anton Belevich
             Fix For: 3.2.0
<rich:datascroller id="scroller" pageIndexVar="pi" action="#{bean.action}">
	<f:param name="index" assignTo="#{bean.property1}" value="#{pi}"/>
</rich:datascroller>
<rich:datascroller ajaxSingle="false" id="scroller" pageIndexVar="pi" action="#{bean.action}">
	<a4j:actionparam name="index" assignTo="#{bean.property1}" value="#{pi}"></a4j:actionparam>
</rich:datascroller>
in seter: 
System.out.println("Setting property1 to _> "+ property1);
in action
System.out.println(FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap().get("pi")); 
Both sysouts prints null in log.
-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
        
                                
                         
                        
                                
                                15 years, 6 months