Bug #23456
closedCannot edit media links with IE8
0%
Description
Since updating TYPO3 from version 4.3.x to 4.4.x there are problems with links and the RTE.
As filesystem we use dam with RTE integration.
While with Firefox there are only small issues, with IE8 we cannot work with media links at all.
IE8
----
1. It is not possible to edit an existing media link. When trying to do so, the link remains as before after saving
2. When there is a list with several links and we want to insert an additional list item as a link, that is not possible:
<ul>
<li>< a href ="#">link 1</a></li>
<li>link 2</li> --> Cannot insert link here with anchor tool
<li>< a href ="#">link 3</a></li>
</ul>
3. What we can do: set a new media link, when no other links are near.
Firefox
---------
When editing an existing link, the media browser shows 'external url' as selected tab instead of 'media'.
TYPO3 4.4.2, rtehtmlarea 2.0.3, dam 1.1.5
PHP 5.2.5
(issue imported from #M15564)
Updated by Stanislas Rolland about 14 years ago
The last item: opening on the external url tab rather than the media tab needs to be fixed in dam. Patch attached to issue #15566.
Updated by Stanislas Rolland about 14 years ago
Item 2 is a duplicate of #15479.
Updated by Stanislas Rolland about 14 years ago
The patch attached to issue #15328 fixes items 1 and 2.
Updated by Stanislas Rolland about 14 years ago
Fixed in SVN TYPO3core trunk (revision 8706) and branch TYPO3_4-4 (revision 8707).