Changes between Initial Version and Version 1 of Ticket #7856, comment 8


Ignore:
Timestamp:
Jan 2, 2012, 10:43:56 AM (12 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7856, comment 8

    initial v1  
    1 User @SSchmitz99 suggests changing the code from
     1User @SSchmitz99 (in #8578) suggests changing the code from
    22{{{
    33return this.getWindow().$.getComputedStyle( this.$, ).getPropertyValue( propertyName );
     
    77return this.getWindow().$.getComputedStyle( this.$, ) ? this.getWindow().$.getComputedStyle( this.$, ).getPropertyValue( propertyName ) : null;
    88}}
    9 as it hepled In his case.
     9as it hepled in his case.
    1010
    1111IMHO this is rather a temporarily workaround and not solution to the cause of the problem.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy