Changes between Initial Version and Version 1 of Ticket #8819, comment 3


Ignore:
Timestamp:
Mar 24, 2012, 12:57:41 AM (12 years ago)
Author:
Dave
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8819, comment 3

    initial v1  
    33
    44In any case, the following lines caused an error (InternalError: missing name after . operator) with ckpackager.jar.
     5
     6{{{
    57attributes.title = 'ipad_tooltip'; // ('ipad_tooltip' isn't quite right)
    68attributes.class = 'ipad_tooltip';
     9}}}
     10
    711                                               
    812They worked fine when I changed them to:
     13
     14{{{
    915attributes['title'] = dialog_string;
    1016attributes['class'] = 'ipad_tooltip';
     17}}}
     18
    1119
    1220I haven't been able to change the status on this bug, but given it's relevant I didn't want to create a new bug report.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy