Ticket #135: fckpanel.js.patch

File fckpanel.js.patch, 418 bytes (added by Geir Helge Tjøstolvsen-Schmidt, 17 years ago)

fckpanel.js - Added parameter when calling FCKTools.GetElementPosition

  • fckpanel.js

    old new  
    160160                        relElement.nodeType == 9 ?
    161161                                ( FCKTools.IsStrictMode( relElement ) ? relElement.documentElement : relElement.body ) :
    162162                                relElement,
    163                         this._Window ) ;
     163                        this._Window,
     164                        this.ParentPanel == null ) ;
    164165
    165166                if ( this.IsRTL && !this.IsContextMenu )
    166167                        x = ( x * -1 ) ;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy