Ticket #3808: 3808_2.patch

File 3808_2.patch, 1.0 KB (added by Tobiasz Cudnik, 15 years ago)
  • CHANGES.html

     
    4444        <p>
    4545                Fixed issues:</p>
    4646        <ul>
     47                <li><a href="http://dev.fckeditor.net/ticket/3808">#3808</a> : Fixed UI Color Picker dialog size in example page.</li>
    4748                <li><a href="http://dev.fckeditor.net/ticket/3819">#3819</a> : The cursor was not visible
    4849                        when applying style to collapsed selections in Firefox 2.</li>
    4950                <li><a href="http://dev.fckeditor.net/ticket/3809">#3809</a> : Fixed beam cursor
  • _source/plugins/uicolor/dialogs/uicolor.js

     
    8282                {
    8383                        dialog = this;
    8484                        this.setupContent();
     85
     86                        // #3808
     87                        if ( CKEDITOR.env.ie7Compat )
     88                                dialog.parts.contents.setStyle( 'overflow', 'hidden' );
    8589                },
    8690                contents : [
    8791                        {
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy