Opened 12 years ago
Closed 12 years ago
#9772 closed Bug (fixed)
Custom buttons added to dialog are smaller
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Olek Nowodziński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0.2 |
Component: | UI : Dialogs | Version: | 4.0 |
Keywords: | Cc: |
Description
When a custom button is added to the footer of a dialog
buttons : [ { type : 'button', id : 'myReset', label : 'Reset' }, CKEDITOR.dialog.okButton, CKEDITOR.dialog.cancelButton ],
it's smaller than the default Ok and Cancel buttons.
Attachments (2)
Change History (8)
Changed 12 years ago by
Attachment: | dialog.html added |
---|
comment:2 Changed 12 years ago by
Milestone: | → CKEditor 4.0.2 |
---|---|
Status: | new → confirmed |
comment:3 Changed 12 years ago by
Owner: | set to Olek Nowodziński |
---|---|
Status: | confirmed → assigned |
comment:4 Changed 12 years ago by
Status: | assigned → review |
---|
Created a new branch t/9772@cksource with a fix.
- Left additional footer buttons bold.
- Reviewer should carefully check whether other buttons located in regular dialog tabs are also affected.
comment:5 Changed 12 years ago by
Status: | review → review_passed |
---|
comment:6 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed issue with a commit git:9284c371cf4.
Modified sample to test the problem