Ticket #4007: 4007.patch

File 4007.patch, 1.1 KB (added by Garry Yao, 15 years ago)
  • _source/plugins/sourcearea/plugin.js

     
    3939
    4040                                                        var styles =
    4141                                                        {
    42                                                                 width   : '100%',
     42                                                                // IE7 has overflow the <textarea> from wrapping table cell.
     43                                                                width   : CKEDITOR.env.ie7Compat ?  '99%' : '100%',
    4344                                                                height  : '100%',
    4445                                                                resize  : 'none',
    4546                                                                outline : 'none',
  • CHANGES.html

     
    210210                <li><a href="http://dev.fckeditor.net/ticket/4123">#4123</a> : Some dialog buttons were broken in IE7 quirks.</li>
    211211                <li><a href="http://dev.fckeditor.net/ticket/4122">#4122</a> : [IE] The image dialog
    212212                        was being rendered improperly when loading an image with long URL.</li>
     213                <li><a href="http://dev.fckeditor.net/ticket/4007">#4007</a> : [IE] Source area overflow from editor chrome.</li>
    213214        </ul>
    214215        <h3>
    215216                CKEditor 3.0 RC</h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy