Bug #23389
closedhtmlArea RTE: Unlink may unlink the wrong link in IE
0%
Description
Recently I stumpled upon an very annoying Bug with IE8 after a call with a client. He reported me another issue: He can`t link a complete paragraph, only parts. But I haven`t enough informations about this atm.
In order to get more informations about the issue he reported I found another bug. With IE8 its nearly impossible to delete links in a user-friendly way.
Steps to repoduce:
1. make a new CE (Text)
2. Insert 3 paragraphs ([p]para1[/p] [p]para2[/p] [p]para3[/p])
3. Link every paragraph with a file (pages I haven`t tested yet)
Starting from para1 to para3
4. Try to remove the first link with right click - remove link
5. See which link was removed: the third!
6. Try again to remove the first link: nothing happens
(issue imported from #M15477)
Files
Updated by Henrik Ziegenhain over 14 years ago
Not really related, but also annoying for editors: 0015479
Updated by Stanislas Rolland about 14 years ago
The error occurs when the unlink button is used in the toolbar or in the context menu. It will unlink the link that was set the last time the link setting dialogue was used, if any. Thereafter, the unlink button will not work until the CE is saved, unless a new link is set...
Updated by Stanislas Rolland about 14 years ago
The attached patch fixes the issue.
Updated by Henrik Ziegenhain about 14 years ago
Hi Stan,
thanks for your patch. It also works for v2.0.3.
Updated by Stanislas Rolland about 14 years ago
Thank you for testing.
Committed to SVN TYPO3core trunk (revision 8693) and branch TYPO3_4-4 (revision 8694).