Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync is not triggered when tab out from cell when column is configured with instantUpdate: false #10249

Open
ghulamghousdev opened this issue Oct 23, 2024 · 0 comments
Labels
bug Something isn't working forum Issues from forum OEM OEM customer

Comments

@ghulamghousdev
Copy link
Member

Forum post

Hi,

I have the following problem reproducible in current Gantt advanced example:
If a culumn is configured with "instantUpdate: false", a value is modified by inline editing the column field and if this field is left by pressing "tab" key, a sync is not triggered though autoSync is set to true.
I tried this for the following columns: percentDone, duration, start/end date.

You can reproduce it with the following modifications:
Project:

autoSync: true,
syncUrl : 'sync'

Columns:

{ type : 'percentdone', mode : 'circle', width : 70, instantUpdate: false},

Steps to reproduce:

  • Add the config above to the advanced example
  • Double click into the percentDone column field e.g. in row 7
  • Change the value by clicking the arrow up
  • Click tab key and step to next field

In the browser's network tab you can see that no sync request is sent. Just when clicking in another row , the request is sent.

Thanks in advance.

@ghulamghousdev ghulamghousdev added bug Something isn't working forum Issues from forum OEM OEM customer labels Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum OEM OEM customer
Projects
None yet
Development

No branches or pull requests

1 participant