Modify ↓
Ticket #456 (closed enhancement: fixed)
change save changes update in Ajax calls
| Reported by: | juruen@… | Owned by: | juruen@… |
|---|---|---|---|
| Milestone: | 0.9 | Component: | base |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Now, there is a cgi available to check if the save changes class must be changed to show that a gconf change has occurred. So, now, when an Ajax call is done, the steps which take place are:
- Ajax call (edit/add/del...)
- Return form Ajax call
- Call to cgi which spits out the classname
This sucks a bit, because the user receives the answer of the first Ajax call, and for example, a table is updated. And after that, the second call is received which takes a bit, and the result is quite ugly.
To work this out, we could return in the first Ajax call javascript code which modified the Save Changes className. I don't like it, but it will make it look better.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.