Author Topic: cell Focus Lost while tab to other documents or windows  (Read 5890 times)

heytechie

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 6
    • View Profile
cell Focus Lost while tab to other documents or windows
« on: May 15, 2019, 11:38:07 am »
we are using pqgrid for one of our financial projects. We have developed the grid for data entry. Our clients will visit multiple documents or pages while entering a value into the grid. If we enter into a cell in edit mode, and for some reason to look up value if we navigate to other documents, once we came back to the grid for editing we are losing the focus, instead we should be on the same cell as before navigation.

This is one of the critical problems we are facing

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
Re: cell Focus Lost while tab to other documents or windows
« Reply #1 on: May 15, 2019, 05:39:08 pm »
Quote
one we came back to the grid for editing we are losing the focus

Could you please define how you come back to the grid. Is it through click on a cell?

When grid cell is clicked either for first time or after using another component, it's supposed to get focus which I see is working fine.

heytechie

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: cell Focus Lost while tab to other documents or windows
« Reply #2 on: May 20, 2019, 01:21:51 pm »
Let me put this with an example

Say we have an excel with some values, we are going to enter the values into the pqgrid from excel , say for example when I start entering a value into the third cell,in the middle of entry i need a clarification and pressing alt+tab to navigate to excel , and I checked the value and once I came back to the grid using alt + tab , the requirement we are asked for is that the cursor should be on the third cell with edit mode, there should not be any user click event on the cell , it should automatically go to the cell,

This is functionality which works in excel

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
Re: cell Focus Lost while tab to other documents or windows
« Reply #3 on: May 20, 2019, 06:10:09 pm »
Ok got it.

Moving it to bug log, thanks for reporting issue.

heytechie

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: cell Focus Lost while tab to other documents or windows
« Reply #4 on: July 30, 2019, 04:12:51 pm »
Any update?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
Re: cell Focus Lost while tab to other documents or windows
« Reply #5 on: July 31, 2019, 11:23:15 am »
This is fixed in upcoming version, would be released in few days.

heytechie

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: cell Focus Lost while tab to other documents or windows
« Reply #6 on: August 02, 2019, 03:49:35 pm »
Thanks

Please let us know when we can download next version.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
Re: cell Focus Lost while tab to other documents or windows
« Reply #7 on: August 08, 2019, 04:25:25 pm »
This is fixed in v6.2.4, it's available for download now.

heytechie

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: cell Focus Lost while tab to other documents or windows
« Reply #8 on: August 12, 2019, 03:34:09 pm »
Thanks for update.

We downloaded and update pqgrid.min file and tested the scenario. Still we are getting same issue.
Do we need to update any other file other than pqgrid.min file?

The following scenario not working:-
We have 5 rows in Excel.
1. Copy first Row data and paste in Grid.
2. Press ALT+TAB, navigate Excel and copy second row.
3. Press ALT+TAB, press down arrow and paste.

It is working 1 or 2 times. After that cursor not going down to below cell. We are not able to move using any Arrow Button.
We have to use only mouse click.

In the Above step 2, instead of press ALT+TAB, if we click down arrow and go to Excel, its works fine.
After PASTE, if we navigate out of Grid, then after resume, sometimes arrow not working.

Please advise.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
Re: cell Focus Lost while tab to other documents or windows
« Reply #9 on: August 13, 2019, 12:36:32 pm »
Issue fix can be verified in the demos.

Please replace all SDK js and css files and hard refresh your browser cache.

Please open a new thread to report any new issue.

heytechie

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: cell Focus Lost while tab to other documents or windows
« Reply #10 on: August 14, 2019, 03:09:20 pm »
Thanks