id summary reporter owner description type status priority milestone component version resolution keywords cc 4750 OK & Cancel buttons in dialog doesn't follow the OS guidelines Alfonso Martínez de Lizarrondo Alfonso Martínez de Lizarrondo "I don't know the order in Linux, but in Windows the order of buttons is OK - Cancel, like CKEditor does right now, but in Mac it's the revere: Cancel - OK This is defined in the defaultDialogDefinition private object of the dialog plugin, but it's impossible to change it from a plugin, just changing the definition to {{{ var defaultDialogDefinition = { resizable : CKEDITOR.DIALOG_RESIZE_NONE, minWidth : 600, minHeight : 400, buttons : CKEDITOR.env.mac ? [ CKEDITOR.dialog.cancelButton, CKEDITOR.dialog.okButton ] : [ CKEDITOR.dialog.okButton, CKEDITOR.dialog.cancelButton ] }; }}} is enough." Bug closed Normal CKEditor 3.3 Accessibility 3.4.1 fixed Review+ Tobiasz Cudnik