Changes between Initial Version and Version 1 of Ticket #7856, comment 8
- Timestamp:
- Jan 2, 2012, 10:43:56 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7856, comment 8
initial v1 1 User @SSchmitz99 suggests changing the code from1 User @SSchmitz99 (in #8578) suggests changing the code from 2 2 {{{ 3 3 return this.getWindow().$.getComputedStyle( this.$, ).getPropertyValue( propertyName ); … … 7 7 return this.getWindow().$.getComputedStyle( this.$, ) ? this.getWindow().$.getComputedStyle( this.$, ).getPropertyValue( propertyName ) : null; 8 8 }} 9 as it hepled In his case.9 as it hepled in his case. 10 10 11 11 IMHO this is rather a temporarily workaround and not solution to the cause of the problem.