Ticket #3658: 3658.patch

File 3658.patch, 1.5 KB (added by Tobiasz Cudnik, 15 years ago)
  • CHANGES.html

     
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    22<!--
    33Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
    44For licensing, see LICENSE.html or http://ckeditor.com/license
     
    4444        <p>
    4545                Fixed issues:</p>
    4646        <ul>
     47                <li><a href="http://dev.fckeditor.net/ticket/3658">#3658</a> : Editor had horizontal scrollbar in IE6.</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
  • contents.css

     
    1 /*
     1/*
    22Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
    33For licensing, see LICENSE.html or http://ckeditor.com/license
    44*/
     
    1515        /* Remove the background color to make it transparent */
    1616        background-color: #fff;
    1717}
     18
     19html
     20{
     21        _overflow-y: scroll
     22}
     23
    1824img:-moz-broken
    1925{
    2026        -moz-force-broken-image-icon : 1;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy