Ticket #3818: 3818.patch

File 3818.patch, 1.5 KB (added by Martin Kou, 15 years ago)
  • editor/_source/commandclasses/fcktextcolorcommand.js

     
    193193                oDiv.innerHTML = '<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td nowrap align="center">' + FCKLang.ColorMoreColors + '</td></tr></table>' ;
    194194
    195195                FCKTools.AddEventListenerEx( oDiv, 'click', FCKTextColorCommand_MoreOnClick, this ) ;
     196       
     197                // Dirty hack for Opera, Safari and Firefox 3.
     198                if ( !FCKBrowserInfo.IsIE )
     199                        oDiv.style.width = '96%' ;
    196200        }
    197 
    198         // Dirty hack for Opera, Safari and Firefox 3.
    199         if ( !FCKBrowserInfo.IsIE )
    200                 oDiv.style.width = '96%' ;
    201201}
  • _whatsnew.html

     
    7575                        custom connector tried to use the "url" attribute for files it was always reencoded.</li>
    7676                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1537">#1537</a>] Fixed extra
    7777                        &lt;p&gt; tag added before pasted contents from Paste From Word dialog.</li>
     78                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3818">#3818</a>] Fixed layout error
     79                        in text and background color popups when more colors button is disabled.</li>
    7880        </ul>
    7981        <p>
    8082                <a href="_whatsnew_history.html">See previous versions history</a></p>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy