【问题标题】:Richfaces 3.1.4 GA data scroller not working for IE11 but works on IE8Richfaces 3.1.4 GA 数据滚动条不适用于 IE11,但适用于 IE8
【发布时间】:2014-08-22 13:18:06
【问题描述】:

我的项目使用 Richfaces 版本 3.1.4 GA ..我们的项目计划在 IE11 上进行测试,但我们发现数据滚动器功能在 IE11 上不起作用,但 工作正常 在 IE8 上。 下面是我的代码..在 IE8 上运行良好,但在 IE11 上运行良好

                  <f:facet name="header" >
                                    <rich:columnGroup id="search_results_col">
                                           <rich:column id="search_results_full_name" style="width:10px;">
                                           <h:outputText id="full_name_label" value="FULLNAME" style="width:200px;"/>
                                             <rich:spacer width="5px"/>
                                          </rich:column>    
                                        <rich:column id="search_results_col_nysid">
                                            <h:outputText id="booking_name_label" value="NYSID" style="width:200px;"/>
                                        </rich:column>                                                  
                                    </rich:columnGroup>
                          </f:facet>

                <rich:column  style="text-align:center;">
                        <h:outputText id="nm_txt" value="#{inmate.fullName}"/>
                </rich:column>
                <rich:column  style="text-align:center;">
                        <h:outputText id="c_nysid_txt" value="#{inmate.nysid}"/>
               </rich:column>

     </rich:dataTable>   


        <rich:dataScroller align="left" for="search_results" maxPages="20" pagesVar="pageVar">

</rich:dataScroller>    

请告诉我如何在不更改 Richfaces 版本的情况下使其在 IE 11 上运行..

【问题讨论】:

    标签: richfaces


    【解决方案1】:

    尝试使用a4j支持代码触发datascroller的动作。

    <rich:dataScroller align="left" for="search_results" maxPages="20" pagesVar="pageVar">
    <a4j:support event="onpagechange"></a4j:support>
    </rich:dataScroller>

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-02-12
      • 2019-07-25
      • 2016-04-11
      • 2012-06-22
      • 1970-01-01
      相关资源
      最近更新 更多