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

ASF subversion and git services commented on OFBIZ-12817:
---------------------------------------------------------

Commit 16481383c3e37f41a308245ff5d5b7289fe691ac in ofbiz-framework's branch 
refs/heads/release18.12 from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=16481383c3 ]

Fixed: pagination, jump to page with AJAX enabled is broken (OFBIZ-12817 - #637)

Last conflict handled by hand was not well done :/ This is OK (and tested)


> 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