Index: /Users/team/fluid/components/src/webapp/fluid-components/js/fluid/Undo.js =================================================================== --- /Users/team/fluid/components/src/webapp/fluid-components/js/fluid/Undo.js (revision 5652) +++ /Users/team/fluid/components/src/webapp/fluid-components/js/fluid/Undo.js (working copy) @@ -57,6 +57,7 @@ that.component.refreshView(); that.state = STATE_REVERTED; refreshView(that); + that.locate("redoControl").focus(); } ); that.locate("redoControl").click( @@ -65,6 +66,7 @@ that.component.refreshView(); that.state = STATE_CHANGED; refreshView(that); + that.locate("undoControl").focus(); } ); return {