Closed (duplicate)
Project:
Question/Answer
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2011 at 14:50 UTC
Updated:
1 Aug 2012 at 08:26 UTC
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
Comment #1
jcisio commentedA 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 ;)
Comment #2
ec commentedI have some feedback added along with this issue https://drupal.org/node/1689280 .
Comment #3
jcisio commentedI 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.
Comment #4
jcisio commentedThis is incorporated into #1689280: Add the ability to change a previously selected best answer by a new one