[26.1.38.7475] Grid Popup Editor shows "old" value

Steps to reproduce:

  1. Add new row to the data grid shown for a table.
  2. Enter some value into a VARCHAR2 column.
  3. Goto to next column.
  4. Go back to first column.
  5. Type some new text.
  6. Double click the edit field, while the cursor is still active.
  7. 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.