Ticket #2753: 2753.patch

File 2753.patch, 1.3 KB (added by Alfonso Martínez de Lizarrondo, 15 years ago)

Proposed patch

  • _whatsnew.html

     
    124124                        configuration option didn't work correctly in Safari and Chrome.</li>
    125125                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2696">#2696</a>] Fixed non-working
    126126                        autogrow plugin.</li>
     127                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2753">#2753</a>] Fixed ocassional
     128                        exceptions in the dragersizetable plugin with IE.</li>
    127129        </ul>
    128130        <p>
    129131                <a href="_whatsnew_history.html">See previous versions history</a></p>
  • editor/plugins/dragresizetable/fckplugin.js

     
    517517                                backgroundImage : 'none',
    518518                                border          : '0'
    519519                        } ) ;
     520        },
     521        "Reset" : function()
     522        {
     523                FCKDragTableHandler._LeftCell = FCKDragTableHandler._RightCell = FCKDragTableHandler._TableMap = null ;
    520524        }
    521525
    522526};
    523527
    524528FCK.Events.AttachEvent( "OnMouseMove", FCKDragTableHandler.MouseMoveListener ) ;
     529FCK.Events.AttachEvent( "OnAfterSetHTML", FCKDragTableHandler.Reset ) ;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy