Automattic / o2

The o2 plugin for WordPress — blogging at the speed of thought
GNU General Public License v2.0
338 stars 56 forks source link

ToDo and Checklists cause ToDo buttons to vanish momentarily #185

Open dd32 opened 4 years ago

dd32 commented 4 years ago

As noted in #meta2897 the ToDo and Checklists modules don't work together perfectly

Relevant parts of the discussion:

However, when clicking individual checkboxes in the request, "Mark as done" button disappears, so you have to reload the page to actually mark the request as done.

It looks like the o2_checklist ajax request doesn't return the meta data needed to determine a post's resolved status. This does get updated however with the next o2_read polling, so you just need to wait a few seconds rather than reload the page.

tobifjellner commented 4 years ago

This does get updated however with the next o2_read polling, so you just need to wait a few seconds rather than reload the page. ↑ But only the buttons get restored that way. The checkboxes reappear only when page is reloaded. This is quite a nuisance, since I may have a list of checkboxes where I need to tick of several boxes. But I need to reload the whole page between ticking every box.