Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting Links in Tables creates new Table inside td. (Chrome) #136

Open
agroef opened this issue Oct 25, 2021 · 2 comments
Open

Setting Links in Tables creates new Table inside td. (Chrome) #136

agroef opened this issue Oct 25, 2021 · 2 comments

Comments

@agroef
Copy link

agroef commented Oct 25, 2021

When adding a Link in an existing Table in Ckeditor and using Chrome as Browser a new table is created inside of the td.

@fishbone1
Copy link

I can confirm this

@Idleworks
Copy link

Got similar issue with links in table cells but only if rte_ckeditor_image is installed and active.
Selecting all text in table cell and apply any link on it results in a javascript TypeError leading to malfunction of 'Set link' button.

TYPO3 10.4.37
EXT:rte_ckeditor_image 10.2.5

Uncaught TypeError: b.getChildren(...).getItem(...).getName is not a function
    at d (ckeditor.js?bust=1688563424:269:500)
    at w (ckeditor.js?bust=1688563424:270:230)
    at a.getSelectedHtml (ckeditor.js?bust=1688563424:277:190)
    at a.<anonymous> (typo3image.js?t=M2GA-96790c1046:193:52)
    at a.k (ckeditor.js?bust=1688563424:10:246)
    at a.<anonymous> (ckeditor.js?bust=1688563424:12:91)
    at window.CKEDITOR.window.CKEDITOR.dom.CKEDITOR.editor.CKEDITOR.editor.fire (ckeditor.js?bust=1688563424:13:285)
    at a.insertElement (ckeditor.js?bust=1688563424:277:36)
    at l.finalizeFunction (RteLinkBrowser.js?bust=1688563424:13:1994)
    at n.finalizeFunction (RteLinkBrowser.js?bust=1688563424:13:2068)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants