[wp-trac] [WordPress Trac] #2891: Usabiliity: Redirect user to
WordPress Trac
wp-trac at lists.automattic.com
Sun Jul 2 10:46:54 GMT 2006
#2891: Usabiliity: Redirect user to the comment just posted to provide feedback
----------------------------+-----------------------------------------------
Reporter: Huvet | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone:
Component: Administration | Version: 2.0.4
Severity: normal | Keywords:
----------------------------+-----------------------------------------------
After posting a comment the user does not get any feedback that everything
everything worked. The user is set to the top of the page and on a site
with lots of content he will be forced to scroll down and look for the
comment in the masses.
The solution to this is simple. Redirect the user to the comment just
posted. This can be done by changing one line in wp-comments-post.php:
Line 61 from:
wp_redirect( $location );
Line 61 to:
wp_redirect( $location . "#" . $comment_post_ID );
This would be a great usability enhancement.
--
Ticket URL: <http://trac.wordpress.org/ticket/2891>
WordPress Trac <http://wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list