When a answer is selected and Ajax is enabled there's no feedback for the user. The "select" link is simply removed but no success msg is shown.
Only after reloading the page the selected answer is placed at the top of the page.

It would be very nice if there's some sort of feedback right after the user clicks the select link.

Comments

jcisio’s picture

A JS alert() should be nice. However AJAX support in D6 with CTools is quite limited, and I don't know/don't have time to learn how to do it. In D7 version, it would be easy to change the style of the selected comment with an AJAX response, too.

That said, patch is welcome ;)

ec’s picture

I have some feedback added along with this issue https://drupal.org/node/1689280 .

jcisio’s picture

I think in D6 we can't do better. The best thing we can do is to have an option not to use AJAX, so that the current page is reloaded. If we use AJAX, and we tell ctools to reload the page in 100% of the cases, it is not AJAX at all.

jcisio’s picture

Status: Active » Closed (duplicate)