Bug #23390
closedhtmlArea RTE: Impossible to enter a paragraph-wide link in front of a subsequent one in IE8
0%
Description
With IE8 it is impossible to link two complete paragraphs to a file (I haven`t testes with pages yet) if these two paragraphs are in a row.
This issue is only present if you insert the links "from bottom to top". When you first link paragraph1, then 2 and so on there is no problem.
TYPO3 4.4.2. RTE: 2.0.3
Steps to reproduce:
1. make a new CE (Text)
2. Insert 3 paragraphs ([p]para1[/p] [p]para2[/p] [p]para3[/p])
3. Link para3 to a file
4. Link para2 to a file - no link was inserted!
Possible workaround 1:
1. make a new CE (Text)
2. Insert 3 paragraphs ([p]para1[/p] [p]para2 [/p] [p]para3[/p])
Did you see the difference? Paragraph 2 ends with a space
3. Link para3 to a file
4. Link para2 (without the last space!) to a file
5. Now you should have two links
Possible workaround 2:
Start with paragraph 1, then 2 and at last the third paragraph.
(issue imported from #M15479)