Ticket #3848: 3848.patch
File 3848.patch, 5.1 KB (added by , 14 years ago) |
---|
-
_source/plugins/dialogui/plugin.js
233 233 { 234 234 // IE BUG: Text input fields in IE at 100% would exceed a <td> or inline 235 235 // container's width, so need to wrap it inside a <div>. 236 var html = [ '<div class="cke_dialog_ui_input_', elementDefinition.type, '"><input ' ]; 236 var html = [ '<div class="cke_dialog_ui_input_', elementDefinition.type, '"' ]; 237 238 if ( elementDefinition.width ) 239 html.push( 'style="width:'+ elementDefinition.width +'" ' ); 240 241 html.push( '><input ' ); 237 242 for ( var i in attributes ) 238 243 html.push( i + '="' + attributes[i] + '" ' ); 239 244 html.push( ' /></div>' ); -
_source/plugins/image/dialogs/image.js
506 506 [ 507 507 { 508 508 type : 'text', 509 width: '40px', 509 510 id : 'txtWidth', 510 511 labelLayout : 'horizontal', 511 512 label : editor.lang.image.width, … … 552 553 { 553 554 type : 'text', 554 555 id : 'txtHeight', 556 width: '40px', 555 557 labelLayout : 'horizontal', 556 558 label : editor.lang.image.height, 557 559 onKeyUp : onSizeChange, … … 598 600 }, 599 601 { 600 602 type : 'html', 601 style : 'position:relative;top:10px; height:50px;',603 style : 'position:relative;top:10px;width:40px;height:50px;', 602 604 onLoad : function() 603 605 { 604 606 // Activate Reset button … … 665 667 { 666 668 type : 'text', 667 669 id : 'txtBorder', 670 width: '60px', 668 671 labelLayout : 'horizontal', 669 672 label : editor.lang.image.border, 670 673 'default' : '', … … 706 709 { 707 710 type : 'text', 708 711 id : 'txtHSpace', 712 width: '60px', 709 713 labelLayout : 'horizontal', 710 714 label : editor.lang.image.hSpace, 711 715 'default' : '', … … 753 757 { 754 758 type : 'text', 755 759 id : 'txtVSpace', 760 width : '60px', 756 761 labelLayout : 'horizontal', 757 762 label : editor.lang.image.vSpace, 758 763 'default' : '', … … 798 803 type : 'select', 799 804 labelLayout : 'horizontal', 800 805 widths : [ '35%','65%' ], 801 style : 'width: 100%',806 style : 'width:90px', 802 807 label : editor.lang.image.align, 803 808 'default' : '', 804 809 items : … … 1009 1014 { 1010 1015 id : 'cmbLangDir', 1011 1016 type : 'select', 1012 style : 'width : 100 %;',1017 style : 'width : 100px;', 1013 1018 label : editor.lang.common.langDir, 1014 1019 'default' : '', 1015 1020 items : -
_source/plugins/link/dialogs/link.js
867 867 id : 'advLangDir', 868 868 label : editor.lang.link.langDir, 869 869 'default' : '', 870 style : 'width: 100%;',870 style : 'width:110px', 871 871 items : 872 872 [ 873 873 [ editor.lang.link.langDirNotSet, '' ], … … 880 880 { 881 881 type : 'text', 882 882 id : 'advAccessKey', 883 width : '80px', 883 884 label : editor.lang.link.acccessKey, 884 885 maxLength : 1, 885 886 setup : setupAdvParams, … … 905 906 type : 'text', 906 907 label : editor.lang.link.langCode, 907 908 id : 'advLangCode', 909 width : '110px', 908 910 'default' : '', 909 911 setup : setupAdvParams, 910 912 commit : commitAdvParams … … 914 916 type : 'text', 915 917 label : editor.lang.link.tabIndex, 916 918 id : 'advTabIndex', 919 width : '80px', 917 920 maxLength : 5, 918 921 setup : setupAdvParams, 919 922 commit : commitAdvParams -
CHANGES.html
44 44 <p> 45 45 Fixed issues:</p> 46 46 <ul> 47 <li><a href="http://dev.fckeditor.net/ticket/3808">#3848</a> : Fixed an issue with Webkit in witch 48 elements in the Image and Link dialogs had wrong dimensions.</li> 47 49 <li><a href="http://dev.fckeditor.net/ticket/3808">#3808</a> : Fixed UI Color Picker dialog size in example page.</li> 48 50 <li><a href="http://dev.fckeditor.net/ticket/3658">#3658</a> : Editor had horizontal scrollbar in IE6.</li> 49 51 <li><a href="http://dev.fckeditor.net/ticket/3819">#3819</a> : The cursor was not visible