[ 
https://issues.apache.org/jira/browse/OFBIZ-12817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-12817.
-----------------------------------
    Fix Version/s: 18.12.12
                   22.01
         Assignee: Jacques Le Roux
       Resolution: Fixed

Thanks Florian, works like a charm

> Pagination: jump to page with AJAX enabled is broken
> ----------------------------------------------------
>
>                 Key: OFBIZ-12817
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12817
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: 22.01.01, Upcoming Branch, 18.12.08
>            Reporter: Florian Motteau
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: 18.12.12, 22.01
>
>         Attachments: image-2023-05-10-08-24-49-082.png, 
> image-2023-05-10-08-26-47-399.png
>
>
> On a paginated grid/form which extends CommonDynamicGrid/CommonDynamicForm, 
> with ajaxEnabled=true, the framework builds an input allowing user to jump to 
> a specific page number.
> This input gets a onchange event that triggers a request for the content of 
> the target page, but the VIEW_INDEX parameter is off by one : when asking for 
> page 6 we fetch the content of page 5 (page numbers are zero-indexed, so the 
> value entered by the user should be decremented) :
> !image-2023-05-10-08-24-49-082.png|width=724,height=133!
> In this screenshot, the VIEW_INDEX should be set to "this.value - 1", just 
> like the non AJAX pagination widget does :
> !image-2023-05-10-08-26-47-399.png|width=671,height=76!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to