|
From: Geoffrey De S. (JIRA) <no...@at...> - 2006-09-25 09:38:57
|
[ http://opensource.atlassian.com/projects/spring/browse/RCP-408?page=comments#action_19862 ] Geoffrey De Smet commented on RCP-408: -------------------------------------- It seems the "ok" button is considered the "cancel" button? protected String getCancelCommandId() { return OK_FACE_DESCRIPTOR_ID; } protected final boolean onFinish() { // final because it can never get called return true; } Seems like a message dialog is canceled instead of finished. > MessageDialog's ok button should be the default button (enter key should press it) > ---------------------------------------------------------------------------------- > > Key: RCP-408 > URL: http://opensource.atlassian.com/projects/spring/browse/RCP-408 > Project: Spring Framework Rich Client Project > Type: Bug > Components: Dialog System > Versions: 0.2.1 > Reporter: Geoffrey De Smet > Assignee: Geoffrey De Smet > Priority: Minor > Fix For: 0.3.0 > > Now it's not the default button, so when a login succeeds, you have to press escape (instead of enter) to press it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/spring/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |