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 (Created) (JIRA)" <de...@myfaces.apache.org> on 2012/01/20 10:20:39 UTC

[jira] [Created] (TOBAGO-1079) Problem using paging in sheet under IE

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
         Environment: IE
            Reporter: hani abushammala


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

        

[jira] [Resolved] (TOBAGO-1079) Problem using paging in sheet under IE

Posted by "Udo Schnurpfeil (Resolved) (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOBAGO-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Udo Schnurpfeil resolved TOBAGO-1079.
-------------------------------------

    Resolution: Fixed

I've also tested the 1.5.3-SNAPSHOT with IE 6, 8 and 9 and it works fine.
                
> 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

        

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

Posted by "hani abushammala (Issue Comment Edited) (JIRA)" <de...@myfaces.apache.org>.
    [ 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

        

[jira] [Commented] (TOBAGO-1079) Problem using paging in sheet under IE

Posted by "hani abushammala (Commented) (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196035#comment-13196035 ] 

hani abushammala commented on TOBAGO-1079:
------------------------------------------

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

        

[jira] [Commented] (TOBAGO-1079) Problem using paging in sheet under IE

Posted by "Bernd Bohmann (Commented) (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195244#comment-13195244 ] 

Bernd Bohmann commented on TOBAGO-1079:
---------------------------------------

Can you test it with the latest snapshot of 1.0.39 in 
https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/tobago/tobago-assembly/1.0.39-SNAPSHOT/
or with the apache snapshot repository
https://repository.apache.org/content/repositories/snapshots

Thanks

Bernd
                
> 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