Changes between Initial Version and Version 1 of Ticket #8819, comment 3
- Timestamp:
- Mar 24, 2012, 12:57:41 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8819, comment 3
initial v1 3 3 4 4 In any case, the following lines caused an error (InternalError: missing name after . operator) with ckpackager.jar. 5 6 {{{ 5 7 attributes.title = 'ipad_tooltip'; // ('ipad_tooltip' isn't quite right) 6 8 attributes.class = 'ipad_tooltip'; 9 }}} 10 7 11 8 12 They worked fine when I changed them to: 13 14 {{{ 9 15 attributes['title'] = dialog_string; 10 16 attributes['class'] = 'ipad_tooltip'; 17 }}} 18 11 19 12 20 I 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.