Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Text Image component is not working getting froze

Avatar

Level 5

Hello Everyone,

We are using Text&Image component in multiple places. Recently we are experiencing that the text/image component used on tour site is not allowing us to edit. After selecting the pencil (edit) tool, and selecting Text it freezes and does not open a text box like it normally would. Does anyone have come across the similar issue.

Environment: AEM 6.3 + SP2

In the console we are seeing error like this

Uncaught TypeError: Cannot read property 'disableXSSFiltering' of undefined

    at ns.editor.InlineTextEditor.startInlineEdit (core.321436aa9f9567e8ae5c9c067eec82a5.js:5961)

    at ns.editor.InlineTextEditor.setUp (core.321436aa9f9567e8ae5c9c067eec82a5.js:5857)

    at HTMLButtonElement.<anonymous> (core.321436aa9f9567e8ae5c9c067eec82a5.js:3042)

    at HTMLButtonElement.dispatch (jquery.fb50358df4c2bd6aa6e1dd5b0d9b9d29.js:5226)

    at HTMLButtonElement.elemData.handle (jquery.fb50358df4c2bd6aa6e1dd5b0d9b9d29.js:4878)

text image.png

Thanks,

Narayana

11 Replies

Avatar

Level 10

I havent see this error as of now.


Did you observe this after SP2 install?

Is the OOTB text component?


Can you try to install and verify on AEM 63 + SP1 once?

Avatar

Level 5

Text & Image component is working as expected in environment : AEM + 6.3+ uber-jar (6.3.1) + latest code

Text & Image component is not working as expected in environment : AEM + 6.3+ uber-jar (6.3.2) + SP2 + latest code

Avatar

Level 5

I tried with our custom 'Text and Image' component in following scenarios.

Scenario 1:

On fresh AEM 6.3 instance - working fine.

Scenario 2:

On fresh AEM 6.3 instance + SP1 - working fine.

Scenario 3:

On fresh AEM 6.3 instance + SP1 +SP2 -  NOT working fine.

Component is frozen and in the browser console, I am seeing OOTB JS code errors.

Daycare -Text Image.png

Day care - Text Image.png

Avatar

Level 10

Why use a custom component here - use the CORE component

Avatar

Level 2

Text and Image core component freezes on AEM 6.4 also.

Avatar

Level 10

Both text and image components in 6.4 work fine.

Avatar

Level 2

We are not talking about two individual  components, Text component and Image component . What we are talking is "Text&Image" component.

Avatar

Level 10

What components are you using. Look at using Core Components over foundation components.

Avatar

Level 5

I am trying to use Core V2 Text component.

Environment: AEM 6.3 + SP2.