You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Florian Motteau (Jira)" <ji...@apache.org> on 2023/05/10 07:10:00 UTC

[jira] [Commented] (OFBIZ-12817) Pagination: jump to page with AJAX enabled is broken

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

Florian Motteau commented on OFBIZ-12817:
-----------------------------------------

PR : https://github.com/apache/ofbiz-framework/pull/637

> 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
>            Priority: Minor
>         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)