[ 
https://issues.jboss.org/browse/RF-12639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739861#comment-12739861
 ] 

Brian Leathem commented on RF-12639:
------------------------------------

Thanks [~ppitonak] for the reproduction.

This problem is caused by the jQuery bind to window resize events being 
erroneously triggered at multiple stages through both the _initialize_ and 
_updateLayout_ methods.  this behaviour is well described in the following 
[stackoverflow 
thread|http://stackoverflow.com/questions/5947422/why-does-ie8-hangs-on-jquery-window-resize-event].

To resolve the issue, I added two methods _activateResizeListener_ and 
_deActivateResizeListener_ to disable the resize listener during execution of 
the _initialize_ and _updateLayout_ methods.
                
> rich:extendedDataTable inside rich:tab: The columns which are not frozen are 
> not rendered after switching the tab for the first time in IE 8.
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-12639
>                 URL: https://issues.jboss.org/browse/RF-12639
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-tables
>    Affects Versions: 4.2.3.Final, 4.3.0.M2
>            Reporter: Ilia Vassilev
>            Assignee: Brian Leathem
>             Fix For: 4.2.4, 4.3.0.M3
>
>         Attachments: steps.zip, tabPanelAndTable.xhtml
>
>   Original Estimate: 1 hour
>  Remaining Estimate: 1 hour
>
> rich:extendedDataTable inside rich:tab: The columns which are not frozen are 
> not rendered after switching the tab for the first time in IE 8. This works 
> in FF and Chrome or if rich:extendedDataTable is replaced with rich:dataTable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to