Opened 12 years ago
Last modified 12 years ago
#10702 confirmed Bug
Image dialog gives script errpr when focus in all of a link. — at Version 1
Reported by: | Zoltan Koszegi | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | oracle IE9 IE10 | Cc: |
Description (last modified by )
Can be reproduced on DEMO page with IE9. With IE10 not an issue.
- Clear DEMO page (I used full featured GUI with full screen) and make a link.
- Click away from the link, and then double-click on it.
- The Hyperlink dialog displays. Click OK or Cancel.
- Without changing focus, click the Image tool.
RESULT: Error dialog displays these details.
Error: Object doesn't support property or method 'getName'
The error comes from: plugins\image\dialogs\image.js line 302 (in ver. 4.1.1) from here
var childTagName = linkChildren.getItem( 0 ).getName();