Steps to reproduce:
- Add new row to the data grid shown for a table.
- Enter some value into a VARCHAR2 column.
- Goto to next column.
- Go back to first column.
- Type some new text.
- Double click the edit field, while the cursor is still active.
- The Grid PopupEditor appears with the value entered in step 2.
I’m on version 26.1.38.7475.
Hi Dirk,
I can reproduce that, but I'm not sure it's really a bug. The content that you type in the popup editor isn't posted to the dataset until you click "post". Double-clicking the cell in the dataset makes the popup reappear, so it is reloaded from the dataset.
-John
I can't say whether this is really a bug. I just wouldn't expect it as a user.
I agree it "feels" wrong.
I can make it not reload the form if you double-click on the same row and column.