Changes between Initial Version and Version 2 of Ticket #10464
- Timestamp:
- Jun 3, 2013, 1:57:24 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10464
- Property Keywords IE added; Delete Image removed
-
Property
Status
changed from
new
toconfirmed
-
Property
Version
changed from
3.6.6 (SVN - trunk)
to4.0 Beta
-
Property
Summary
changed from
onDelete of Image not removing the Link
to[IE] onDelete of Image not removing the Link
-
Ticket #10464 – Description
initial v2 2 2 3 3 what I want is, when i select an image and delete it using delete key, I want to delete the anchor tag related to that image tag. Any possibilities? Any event to control that? 4 5 ---- 6 **Edit:**[[BR]] 7 To reproduce: 8 1. In IE, clear editor contents, paste below code in source and switch to wysiwyg 9 {{{ 10 <p><a href="http://google.com"><img alt="Saturn V carrying Apollo 11" id="aa" src="assets/sample.jpg" /></a></p> 11 }}} 12 2. Select image and remove it with Delete key 13 3. Click in line where image was. Now element's path should show "p a" 14 4. Insert new image - it gets inserted into link. 15 16 **There is definitely browser incompatibility** but this is rather low priority issue as user can remove image and link by clicking “a” on elements path, remove link using context menu or pressing delete before inserting new image.