Ticket #4190: 4190.patch
File 4190.patch, 1.5 KB (added by , 14 years ago) |
---|
-
_source/plugins/forms/dialogs/select.js
247 247 { 248 248 if ( name == 'select' ) 249 249 this.setValue( element.getAttribute( 'size' ) || '' ); 250 if ( CKEDITOR.env.webkit ) 251 this.getInputElement().setStyle( 'width', '86px' ); 250 252 }, 251 253 commit : function( element ) 252 254 { … … 523 525 { 524 526 if ( name == 'select' ) 525 527 this.setValue( element.getAttribute( 'multiple' ) ); 528 if ( CKEDITOR.env.webkit ) 529 this.getElement().getParent().setStyle( 'vertical-align', 'middle' ); 526 530 }, 527 531 commit : function( element ) 528 532 { -
CHANGES.html
64 64 <li><a href="http://dev.fckeditor.net/ticket/3568">#3568</a> : Dialogs now select all text when tabbing to text inputs.</li> 65 65 <li><a href="http://dev.fckeditor.net/ticket/3727">#3727</a> : Cell Properties dialog was missing color selection option.</li> 66 66 <li><a href="http://dev.fckeditor.net/ticket/3517">#3517</a> : Fixed "Match cyclic" field in Find & Replace dialog.</li> 67 <li><a href="http://dev.fckeditor.net/ticket/3517">#3517</a> : Fixed "Match cyclic" field in Find & Replace dialog.</li> 67 68 </ul> 68 69 <h3> 69 70 CKEditor 3.0</h3>