IDEMSInternational / R-Instat

A statistics software package powered by R
http://r-instat.org/
GNU General Public License v3.0
38 stars 103 forks source link

Fix small bug on data entry into reogrid #7148

Open rdstern opened 2 years ago

rdstern commented 2 years ago

This follows from the discussion in #7130. We need to make some improvements to facilitate data entry in reogrid.

First you should see the problem. It is point i) in the example described there. Namely when you enter an item into the grid you should not be able to run a dialogue, etc, until that operation is completed. If you click somewhere else in the grid, that that's fine. But you can currently do lots of things - like going to another dialogue - and that grid entry remains open. In Excel most things are disabled until the grid entry is completed. I am happy for anything still to be possible, but any click anywhere should close the entry - and may then perhaps have a consequence, if an error is made in that entry.

ChrisMarsh82 commented 2 years ago

Tip: Try using onLeave event for the grid to force saving of the currently edited cell.

shadrackkibet commented 2 years ago

image @Gioche6 on Tuesday, Feb 1, 2022, via Skype you reported this in Progress.

Could you report on the progress here? I can't see a PR on this task. What else have you been working on?

N-thony commented 2 years ago

@mmulahvictor can you try this?

Patowhiz commented 2 years ago

@derekagorhom is now looking into this. He can confirm.