You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "hani abushammala (Issue Comment Edited) (JIRA)" <de...@myfaces.apache.org> on 2012/01/30 11:37:14 UTC

[jira] [Issue Comment Edited] (TOBAGO-1079) Problem using paging in sheet under IE

    [ https://issues.apache.org/jira/browse/TOBAGO-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196035#comment-13196035 ] 

hani abushammala edited comment on TOBAGO-1079 at 1/30/12 10:35 AM:
--------------------------------------------------------------------

Hi Bernd,

I've tested the fix under IE 6 and IE 8. It works fine.

Many Thanks!!!

Regards,
Hani
                
      was (Author: hanipal):
    Hi Bern,

I've tested the fix under IE 6 and IE 8. It works fine.

Many Thanks!!!

Regards,
Hani
                  
> Problem using paging in sheet under IE
> --------------------------------------
>
>                 Key: TOBAGO-1079
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1079
>             Project: MyFaces Tobago
>          Issue Type: Bug
>    Affects Versions: 1.0.38, 1.5.2
>         Environment: IE
> Webkit and Firefox are working fine.
>            Reporter: hani abushammala
>            Assignee: Bernd Bohmann
>             Fix For: 1.0.39, 1.5.3
>
>
> Problem while using paging in sheet with defined defaultCommand in the page under IE. By entering a row or page number for jumping to certain row or page in the sheet using the "row range" and "page range" in the sheet footer, the defined defaultCommand will be automatically performed after sheet paging.
> Example:
> <%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
> <%@ taglib uri="http://myfaces.apache.org/tobago/extension" prefix="tx" %>
> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
> <%@ taglib tagdir="/WEB-INF/tags/layout" prefix="layout" %>
> <%@ page pageEncoding="UTF-8" %>
> <layout:overview>
>   <jsp:body>
>     <tc:box id="sheetBox">
>       <f:facet name="layout">
>         <tc:gridLayout rows="*;fixed"/>
>       </f:facet>
>       <tc:sheet id="sheet"
>                 value="#{demo.solarList}" 
>                 columns="*;*" 
>                 var="luminary"
>                 rows="20"
>                 showPageRange="right"
>                 showDirectLinks="center"
>                 showRowRange="left"
>                 selectable="none">
>                 
>         <tc:column label="column 1" id="name" >
>           <tc:out value="#{luminary.name}" id="t_name"/>
>         </tc:column>
>         <tc:column label="column" id="number">
>           <tc:out value="#{luminary.number}" id="t_number"/>
>         </tc:column>
>       </tc:sheet>
>       <tc:button label="click" action="#{overviewController.performAction}" defaultCommand="true" />
>     </tc:box>
>   </jsp:body>
> </layout:overview>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira