Changes between Initial Version and Version 1 of Ticket #10702
- Timestamp:
- Aug 8, 2013, 10:09:52 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10702 – Description
initial v1 1 1 Can be reproduced on DEMO page with IE9. With IE10 not an issue. 2 2 3 1 )Clear DEMO page (I used full featured GUI with full screen) and make a link.4 2 )Click away from the link, and then double-click on it.5 3 )The Hyperlink dialog displays. Click OK or Cancel.6 4 )Without changing focus, click the Image tool.3 1. Clear DEMO page (I used full featured GUI with full screen) and make a link. 4 2. Click away from the link, and then double-click on it. 5 3. The Hyperlink dialog displays. Click OK or Cancel. 6 4. Without changing focus, click the Image tool. 7 7 8 RESULT: Error dialog displays these details. 9 Error: Object doesn't support property or method 'getName' 10 The error comes from: plugins\image\dialogs\image.js line 302 (in ver. 4.1.1) from here 8 RESULT: Error dialog displays these details.[[BR]] 9 Error: Object doesn't support property or method 'getName'[[BR]] 10 The error comes from: plugins\image\dialogs\image.js line 302 (in ver. 4.1.1) from here[[BR]] 11 11 var childTagName = linkChildren.getItem( 0 ).getName();