Ticket #4863: 4863.patch
File 4863.patch, 1.4 KB (added by , 13 years ago) |
---|
-
_source/plugins/dialog/plugin.js
805 805 children : contents.elements, 806 806 expand : !!contents.expand, 807 807 padding : contents.padding, 808 style : contents.style || 'width: 100%; '808 style : contents.style || 'width: 100%; height: 100%;' 809 809 }, pageHtml ); 810 810 811 811 // Create the HTML for the tab and the content block. -
CHANGES.html
48 48 <li><a href="http://dev.fckeditor.net/ticket/4637">#4637</a> : Table cells' 'nowrap' attribute is not loaded to cell property dialog. Thanks to pomu0325.</li> 49 49 <li><a href="http://dev.fckeditor.net/ticket/4724">#4724</a> : Using the mouse to insert a link in IE might create incorrect results.</li> 50 50 <li><a href="http://dev.fckeditor.net/ticket/4640">#4640</a> : Small optimizations for the fileBrowser plugin.</li> 51 <li><a href="http://dev.fckeditor.net/ticket/4863">#4863</a> : Fixing iframedialog's height doesn't stretch to 100%</li> 51 52 <li><a href="http://dev.fckeditor.net/ticket/4964">#4964</a> : The BACKSPACE key positioning was not correct in some cases with Firefox.</li> 52 53 </ul> 53 54 <h3>