Ticket #6171: 6171_3.patch

File 6171_3.patch, 574 bytes (added by Garry Yao, 13 years ago)
  • _source/plugins/floatpanel/plugin.js

     
    123123
    124124                                element.setStyles(
    125125                                        {
    126                                                 top : 0,
    127                                                 left: 0,
     126                                                top : top + 'px',
     127                                                left: left + 'px',
    128128                                                display : ''
    129129                                        });
     130
    130131                                // Don't use display or visibility style because we need to
    131132                                // calculate the rendering layout later and focus the element.
    132133                                element.setOpacity( 0 );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy