To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=102230 Issue #|102230 Summary|OK is not the default button on Enter password dialog Component|framework Version|OOo 3.1 Platform|PC URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|ui Assigned to|mba Reported by|timar
------- Additional comments from [email protected] Mon May 25 14:42:51 +0000 2009 ------- 1. Try to open a password protected dialog. 2. Enter password. 3. Press Enter. Nothing happens. User has to press tab to go to OK button, or has to click OK with the mouse. One more extra step. :( This is a regression. OK was the default button in OOo 3.0 Patch follows. --- passworddlg.src.orig 2009-05-25 16:40:30.812500000 +0200 +++ passworddlg.src 2009-05-25 16:38:40.265625000 +0200 @@ -66,6 +66,7 @@ { Pos = MAP_APPFONT( 27, 56 ); Size = MAP_APPFONT( 37, 15 ); + DefButton = TRUE; }; CancelButton BTN_PASSWORD_CANCEL --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
