You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Popcorn (JIRA)" <de...@myfaces.apache.org> on 2006/11/03 06:55:16 UTC

[jira] Created: (TOMAHAWK-769) Datascroller - context sensitive previous, next links

Datascroller - context sensitive previous, next links
-----------------------------------------------------

                 Key: TOMAHAWK-769
                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-769
             Project: MyFaces Tomahawk
          Issue Type: Improvement
          Components: Data Scroller
    Affects Versions: 1.1.3
            Reporter: Popcorn
            Priority: Minor


The datascroller should have context-sensitive first/previous/last/next links. On the first page in a datatable, the first and previous links should be disabled. Similarly, on the last page in a datatable, the last and next links should be disabled. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (TOMAHAWK-769) Datascroller - context sensitive previous, next links

Posted by "Nick Stolwijk (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOMAHAWK-769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Stolwijk updated TOMAHAWK-769:
-----------------------------------

    Status: Patch Available  (was: Open)

> Datascroller - context sensitive previous, next links
> -----------------------------------------------------
>
>                 Key: TOMAHAWK-769
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-769
>             Project: MyFaces Tomahawk
>          Issue Type: Improvement
>          Components: Data Scroller
>    Affects Versions: 1.1.3
>            Reporter: Popcorn
>            Priority: Minor
>         Attachments: patch.txt
>
>
> The datascroller should have context-sensitive first/previous/last/next links. On the first page in a datatable, the first and previous links should be disabled. Similarly, on the last page in a datatable, the last and next links should be disabled. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOMAHAWK-769) Datascroller - context sensitive previous, next links

Posted by "Ramiro Pereira de Magalhães (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879225#action_12879225 ] 

Ramiro Pereira de Magalhães commented on TOMAHAWK-769:
------------------------------------------------------

Thank you for applying it.

> Datascroller - context sensitive previous, next links
> -----------------------------------------------------
>
>                 Key: TOMAHAWK-769
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-769
>             Project: MyFaces Tomahawk
>          Issue Type: Improvement
>          Components: Data Scroller
>    Affects Versions: 1.1.3
>            Reporter: Popcorn
>            Assignee: Leonardo Uribe
>            Priority: Minor
>             Fix For: 1.1.10-SNAPSHOT
>
>         Attachments: patch-TOMAHAWK-769-1.1.9-SNAPSHOT.txt, patch.txt
>
>
> The datascroller should have context-sensitive first/previous/last/next links. On the first page in a datatable, the first and previous links should be disabled. Similarly, on the last page in a datatable, the last and next links should be disabled. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (TOMAHAWK-769) Datascroller - context sensitive previous, next links

Posted by "Ramiro Pereira de Magalhães (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879225#action_12879225 ] 

Ramiro Pereira de Magalhães edited comment on TOMAHAWK-769 at 6/15/10 9:35 PM:
-------------------------------------------------------------------------------

Thank you for applying it, and also thanks Nick.

      was (Author: ramiromagalhaes):
    Thank you for applying it.
  
> Datascroller - context sensitive previous, next links
> -----------------------------------------------------
>
>                 Key: TOMAHAWK-769
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-769
>             Project: MyFaces Tomahawk
>          Issue Type: Improvement
>          Components: Data Scroller
>    Affects Versions: 1.1.3
>            Reporter: Popcorn
>            Assignee: Leonardo Uribe
>            Priority: Minor
>             Fix For: 1.1.10-SNAPSHOT
>
>         Attachments: patch-TOMAHAWK-769-1.1.9-SNAPSHOT.txt, patch.txt
>
>
> The datascroller should have context-sensitive first/previous/last/next links. On the first page in a datatable, the first and previous links should be disabled. Similarly, on the last page in a datatable, the last and next links should be disabled. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TOMAHAWK-769) Datascroller - context sensitive previous, next links

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOMAHAWK-769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe updated TOMAHAWK-769:
------------------------------------

           Status: Resolved  (was: Patch Available)
         Assignee: Leonardo Uribe
    Fix Version/s: 1.1.10-SNAPSHOT
       Resolution: Fixed

Fixed with TOMAHAWK-1426. To keep backward compatibility, the attributes:

disableFacetLinksIfFirstPage
disableFacetLinksIfLastPage
renderFacetLinksIfFirstPage
renderFacetLinksIfLastPage

were added. Both behaviors proposed on each issue have different effects and both are valid.

Thanks to Ramiro Pereira de Magalhães for provide this patch.

> Datascroller - context sensitive previous, next links
> -----------------------------------------------------
>
>                 Key: TOMAHAWK-769
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-769
>             Project: MyFaces Tomahawk
>          Issue Type: Improvement
>          Components: Data Scroller
>    Affects Versions: 1.1.3
>            Reporter: Popcorn
>            Assignee: Leonardo Uribe
>            Priority: Minor
>             Fix For: 1.1.10-SNAPSHOT
>
>         Attachments: patch-TOMAHAWK-769-1.1.9-SNAPSHOT.txt, patch.txt
>
>
> The datascroller should have context-sensitive first/previous/last/next links. On the first page in a datatable, the first and previous links should be disabled. Similarly, on the last page in a datatable, the last and next links should be disabled. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.