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 06:28:00 UTC

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

Florian Motteau created OFBIZ-12817:
---------------------------------------

             Summary: 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
            Reporter: Florian Motteau
         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)