Changes between Initial Version and Version 1 of Ticket #13092, comment 6
- Timestamp:
- Dec 19, 2012, 10:51:53 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13092, comment 6
initial v1 3 3 I'm just recording this here for anyone hitting a problem like this, as potentially a similar workaround might be employed. The following is added to javascript loaded by the affected page: 4 4 5 {{{ 5 6 jQuery.cssProps['position'] = 'position'; 6 7 jQuery.cssProps['borderTopWidth'] = 'borderTopWidth'; 7 jQuery.cssProps['borderLeftWidth'] = 'borderLeftWidth'; 8 jQuery.cssProps['borderLeftWidth'] = 'borderLeftWidth'; 9 }}}