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)