Bug Tracker

Changes between Initial Version and Version 1 of Ticket #13092, comment 6


Ignore:
Timestamp:
Dec 19, 2012, 10:51:53 PM (10 years ago)
Author:
peitschie
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13092, comment 6

    initial v1  
    33I'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:
    44
     5{{{
    56jQuery.cssProps['position'] = 'position';
    67jQuery.cssProps['borderTopWidth'] = 'borderTopWidth';
    7 jQuery.cssProps['borderLeftWidth'] = 'borderLeftWidth';
     8jQuery.cssProps['borderLeftWidth'] = 'borderLeftWidth';
     9}}}