adempiere / adempiere

ADempiere Business Suite ERP/CRM/MFG/SCM/POS done the Bazaar way in an open and unabated fashion. Focus is on the Community that includes Subject Matter Specialists, Implementors and End-Users.
http://www.adempiere.io
GNU General Public License v2.0
814 stars 768 forks source link

Editing in Grid Mode with pagination loses focus of selected record #2928

Open marcalwestf opened 4 years ago

marcalwestf commented 4 years ago

Bug report

Steps to reproduce

  1. Login with ZK
  2. Open a window with as many records that pagination is needed
  3. Display the entries in Grid mode (F8, or button Grid Toggle)
  4. Navigate using the page arrows to a page far away from first page
  5. Select one record and change display to single-row mode (F8, or button Grid Toggle)
  6. The record selected to be edited is not the one having the focus on the grid, but one of the first page.

Expected behavior

The expected behavior is that the record which has the focus on the grid should be in all cases the very same that is displayed in single-row mode.

Other relevant information

palmero03 commented 3 years ago

image

Hi, this solution worked for me, the modified class was org/adempiere/webui/component/GridTabRowRenderer.java.

I'm currently using version 391.

carlosaparadam commented 3 years ago

Hi @palmero03 , @marcalwestf I will test it.

Regards.

sksanoopz commented 3 years ago

Hi @palmero03 Its woking in 3.9.3 perfectly