HI all,
On drupal 7, I'm using fivestar with editablefields module.
This modules adds the ability of fivestars in-place editing when fivestar is used as CCK field.

I'm experimenting this problem:

  • configure fivestar field: widget = Stars (rated while editing)
  • Set display format 'Editable'
  • Choose click to edit option
  • Fallback formatter: 'As stars'
  • Value to display as stars: 'User vote'
  • Text to display under the stars: 'No text'

Now node owner can change its rating directly on the 'View' tab, without having to switch to 'Edit' tab. Thus improving user experience.

Everything seems to work because node owner can set a new value and node visitors can see this change.
However node owner does not see its vote (i.e. the fivestar field value) on the View page, always visualizing empty stars.

I applied patch Fivestar loses ratings of "rated while editing" fields when voting on another field, and situation improved:
on first page load, also node owner can see fivestar field current value.

However after modifying the value by editablefiled, empty stars again...

Thanks in advance.

Note - i'm using dev version of editablefileds.