- 
        1. Re: RF 3.3.0.GA: PickList: Scrolling issue with FF 3.6?ilya_shaikovsky Feb 2, 2010 5:11 AM (in response to repadit)1 of 1 people found this helpfulcould not reproduce there livedemo.exadel.com/richfaces-demo/richfaces/pickList.jsf with FF 3.6. And you? Please consider upgrade RF if also can't see the problem. 
- 
        2. Re: RF 3.3.0.GA: PickList: Scrolling issue with FF 3.6?repadit Feb 2, 2010 5:32 AM (in response to ilya_shaikovsky)Thanks for your fast response. The demo runs fine. I tried 3.3.2.SR1 and 3.3.3.BETA1 now, but that does not resolve the problem, too. 
- 
        3. Re: RF 3.3.0.GA: PickList: Scrolling issue with FF 3.6?repadit Feb 2, 2010 5:51 AM (in response to repadit)THe problem is caused by using rowspan :-/ <td colspan="2" rowspan="8"> 
 <rich:pickList label="elements" listsHeight="280px" copyControlLabel="" copyAllControlLabel=""
 removeAllControlLabel="" removeControlLabel="" required="#{required}"
 requiredMessage="#{msg.error_is_missing}" showButtonsLabel="false" sourceListWidth="200px"
 targetListWidth="200px" title="#{msg.title}" converter="javax.faces.Integer"
 value="#{myBean.elements.selectedItemIds}">
 <f:selectItems value="#{myBeans.elements.selectionList}"/>
 <a4j:support event="onlistchanged" reRender="result"/>
 </rich:pickList>
 </td>- 
            
                            
            picklist.zip 68.3 KB
 
- 
            
                            
            
- 
        4. Re: RF 3.3.0.GA: PickList: Scrolling issue with FF 3.6?repadit Feb 2, 2010 6:00 AM (in response to repadit)I think, that is an Firefox 3.6 bug :-( I've clicked double the last entry: Firefox selectes the text on the right... - 
            
                2010-02-02_115851.png 5.8 KB
 
- 
            
                
- 
        5. Re: RF 3.3.0.GA: PickList: Scrolling issue with FF 3.6?repadit Feb 2, 2010 6:18 AM (in response to repadit)I've checked another think: I can scoll, but only in the first row! all other rows (used by rowspan) not scrollable.
- 
        6. Re: RF 3.3.0.GA: PickList: Scrolling issue with FF 3.6?repadit Feb 2, 2010 11:36 AM (in response to repadit)Perhaps a firefox 3.6 bug. 
 
    