Bug #31763
closedhtmlArea RTE : Adding link problem with IE
100%
Description
Step to reproduce :
Add some text. Create a link out of it. Return
Addn some more text. Create a link.
Add a line between the two links. Create another link between the first two. Focus seems to be lost on the selected and link is not created, And, third link is updated with the choosen target for the second link.
This bug exists on TYPO3 4.5.6 and 4.4.9, with rtehtmlarea version 2.1.7 and 2.0.8
Updated by Jean-Sébastien Gervais about 13 years ago
quick debugging session of /typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3link/typo3link.js
recursive function setLinkAttributes finds the first anchor only, along with pararagraphs and several times the body tag.
Anchor isnt inserted before the recursive function in the selected node.
around line 249
this.editor.document.execCommand('CreateLink', false, theLink)
returns true, but no anchor is created arount the selected text.
selection, range, and bookmark are all valid in my assertions.
Updated by Benni Mack about 13 years ago
- Status changed from New to Accepted
Hey, what IE version and OS are you running?
Updated by Jean-Sébastien Gervais about 13 years ago
We use windows XP SP3 with IE7, and found the same problem with IE8.
Firefox and Chrome are fine.
Updated by Jelle van Brenk about 13 years ago
Several of our clients are reporting the same problem with rtehtmlarea of Typo3 V4.5.6. and IE8.
Updated by Helmut Hummel almost 13 years ago
- Priority changed from Should have to Must have
- Target version set to 4.5.11
Updated by Gerrit Code Review almost 13 years ago
- Status changed from Accepted to Under Review
Patch set 2 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/7836
Updated by Jean-Sébastien Gervais almost 13 years ago
Patch 2 fixed the issue for me. Thanks!
Updated by Gerrit Code Review almost 13 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/8616
Updated by Gerrit Code Review almost 13 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8618
Updated by Stanislas Rolland almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 65df92a1ea2dc11dc2a1ba3ebbb54e3b8aa57b59.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed