Bug #23344
closedhtmlArea RTE: tkr_rteanchors breaks the link editing dialogue
0%
Description
Cannot add an external link in content using 'insert web link' button on the rte.
Highlighting text and pressing the button opens the pop-up but entering the url, then pressing 'Set Link' only reloads the pop up and takes you to the 'Page' tab (with the message Current Link: None - new link!) and does not add a link.
Typo3 4.3.3
rtehtmlarea 1.8.9
Reproduced error in:
Chrome 5.0.375
Firefox
IE 8.0.6001
(issue imported from #M15339)
Files
Updated by Stanislas Rolland over 14 years ago
I cannot reproduce this issue. Please report your Page TSConfig.
Updated by Sara no-lastname-given over 14 years ago
user.workflow = 1
mod.SHARED.defaultLanguageLabel = English
mod.SHARED.defaultLanguageFlag = /typo3/gfx/flags/en.gif
tx_crawler.crawlerCfg.paramSets {
language = &L=[|_TABLE:pages_language_overlay;_FIELD:sys_language_uid]
language.procInstrFilter = tx_indexedsearch_reindex, tx_indexedsearch_crawler
}
rgslideshow.tables = tt_news,pages,tt_content,sysfolder
- TS Code
plugin.tx_rgslideshow_pi1 {
pathToCSS = EXT:rgslideshow/res/rgslideshowcool.css
}
Updated by Stanislas Rolland about 14 years ago
Whwn using Firefox, do you get an error message on the JavaScript console when the error occurs?
Updated by Sara no-lastname-given about 14 years ago
Error: uncaught exception: [Exception... "Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.execCommand]" nsresult: "0x80004001 (NS_ERROR_NOT_IMPLEMENTED)" location: "JS frame :: http://blodyn5.llgc.org.uk/typo3temp/rtehtmlarea/htmlarea_fddd925312be4f184133_compressed.js :: anonymous :: line 10" data: no]
Updated by Stanislas Rolland about 14 years ago
Very bad error... Are you sure this is displayed when the link is being set?
Delete all files in typo3temp/rtehtmlarea and clear the browser cache.
Updated by Sara no-lastname-given about 14 years ago
Cleared cache and still getting:
Error: uncaught exception: [Exception... "Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.execCommand]" nsresult: "0x80004001 (NS_ERROR_NOT_IMPLEMENTED)" location: "JS frame :: http://blodyn5.llgc.org.uk/typo3temp/rtehtmlarea/htmlarea_fddd925312be4f184133_compressed.js :: anonymous :: line 10" data: no]
(will be away from work now until 27/09)
Updated by Stanislas Rolland about 14 years ago
I have no idea how this error is possible. Something broken somewhere. Perhaps some user extension?
Please report what you have as RTE Page TSConfig.
I suggest updating to 4.3.5 or 4.4.2
Updated by Sara no-lastname-given about 14 years ago
I have worked out from more searching of the bug reports that this is the same as:
Updated by Stanislas Rolland about 14 years ago
Thanks for reporting.
Closing this issue as a duplicate of 0010632.
Updated by Stanislas Rolland about 14 years ago
Not much can be done for TYPO3 4.3, but the attached patch will add extension tkr_rteanchors to the list of extensions conflicting with htmlArea RTE in TYPO3 4.4 and trunk. It will then add an entry in the Report function of the Report module that will warn of any currently installed extension that is conflicting with the proper operation of htmlArea RTE.
Updated by Stanislas Rolland about 14 years ago
Committed to SVN TYPO3core trunk (revision 8909).
Updated by Stanislas Rolland about 14 years ago
This will go in TYPO3 4.5 only.
Updated by Stanislas Rolland about 14 years ago
Attached follow-up patch to fix incorrectly named script file, missing XCLASS and add some more potentially conflicting extensions.
Updated by Stanislas Rolland about 14 years ago
Follow-up patch committed to SVN trunk (revision 9174).