Details
- 
        Type: Bug Bug
- 
        Status: Closed
- 
            Priority: Major Major
- 
            Resolution: Fixed
- 
            Affects Version/s: EE-3.3.0.GA_P04, EE-1.8.2.GA_P09
- 
            Fix Version/s: EE-3.3.0.GA_P05, EE-1.8.2.GA_P10
- 
            Component/s: ICE-Components
- 
            Labels:None
- 
            Environment:IE11, Edge
- 
                        Assignee Priority:P1
- 
                        Support Case References:Support Case #14116 - https://icesoft.my.salesforce.com/5007000001kAgtQ
- 
                        Workaround Exists:Yes
- 
                        Workaround Description:Don't use the autoPosition on the ice:panelPopup.
Description
                    An ice:selectInputText component is used inside of an ice:panelPopup component.  When typing in characters into the input field, the option drop down list is only seen for a few milliseconds and is gone.  This is making selection of an option impossible in IE11/Edge browsers.
The main cause of this issue looks to be setting of the autoPosition attribute of the ice:panelPopup. If this is not set, the issue is not reproducible.
The main cause of this issue looks to be setting of the autoPosition attribute of the ice:panelPopup. If this is not set, the issue is not reproducible.
- 
                                            Hide- Case14116Example3.war
- 14.13 MB
- Arran Mccullough
- 
                                        - META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/.../AutoCompleteBean.class 4 kB
- WEB-INF/.../AutoCompleteDictionary$1.class 1 kB
- WEB-INF/.../AutoCompleteDictionary.class 2 kB
- WEB-INF/classes/.../City.class 1 kB
- WEB-INF/faces-config.xml 1 kB
- WEB-INF/lib/commons-beanutils.jar 226 kB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/commons-digester.jar 140 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/icefaces-ee-ace.jar 5.74 MB
- WEB-INF/lib/icefaces-ee-compat.jar 4.18 MB
- WEB-INF/lib/icefaces-ee-ext.jar 60 kB
- WEB-INF/lib/icefaces-ee.jar 640 kB
- WEB-INF/lib/javax.faces.jar 2.55 MB
- WEB-INF/web.xml 2 kB
- index.xhtml 0.5 kB
- welcomeICEfaces.xhtml 3 kB
 
 
- 
                                            Hide- Case14116Example3.zip
- 23 kB
- Arran Mccullough
- 
                                        - Case14116Example3/build.xml 3 kB
- Case14116Example3/.../ant-deploy.xml 2 kB
- Case14116Example3/.../build-impl.xml 80 kB
- Case14116Example3/.../faces-config.NavData 0.2 kB
- Case14116Example3/.../genfiles.properties 0.5 kB
- Case14116Example3/.../private.properties 0.6 kB
- Case14116Example3/.../project.properties 4 kB
- Case14116Example3/nbproject/project.xml 0.9 kB
- Case14116Example3/src/conf/MANIFEST.MF 0.0 kB
- Case14116Example3/.../AutoCompleteBean.java 3 kB
- Case14116Example3/.../AutoCompleteDictionary.java 1 kB
- Case14116Example3/src/.../City.java 0.6 kB
- Case14116Example3/web/index.xhtml 0.5 kB
- Case14116Example3/web/.../context.xml 0.1 kB
- Case14116Example3/web/.../faces-config.xml 1 kB
- Case14116Example3/web/WEB-INF/web.xml 2 kB
- Case14116Example3/.../welcomeICEfaces.xhtml 3 kB
 
 
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
r51817: added explicit detection for ie11 and Edge for the autoposition code to run correctly on those browsers
            Show
            
                        
    
    
    
                
     Arturo Zambrano
 added a comment  -                     r51817: added explicit detection for ie11 and Edge for the autoposition code to run correctly on those browsers
 Arturo Zambrano
 added a comment  -                     r51817: added explicit detection for ie11 and Edge for the autoposition code to run correctly on those browsers              
        
    Not able to reproduce issue using attached test case.
            Show
            
                        
    
    
    
                
     Liana Munroe
 added a comment  -                     Not able to reproduce issue using attached test case.
 Liana Munroe
 added a comment  -                     Not able to reproduce issue using attached test case.              
        
    r51832: backported fix to the 1.8 trunk
            Show
            
                        
    
    
    
                
     Arturo Zambrano
 added a comment  -                     r51832: backported fix to the 1.8 trunk
 Arturo Zambrano
 added a comment  -                     r51832: backported fix to the 1.8 trunk              
        
     
                                     
                                                             
                                                             
                                    
Attached test case to reproduce the issue.
Steps: