Page editor view not showing properly in Japanese and Chinese language. | Community
Skip to main content
New Participant
May 22, 2021
Solved

Page editor view not showing properly in Japanese and Chinese language.

  • May 22, 2021
  • 2 replies
  • 1356 views

In English language it is working fine..

 

But in Chinese and Japanese language ti si not showing properly as below.

 

This is happening in AEM 6.5.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Asutosh_Jena_

Hi @nesan 

 

In your clientlib-author, please add the below line of code which will be loaded only during authoring view and the issue will be resolved.

Basically this needs to be added to the author specific clientlib which is loaded only during authoring (name can be different based on the project setup).

 

html {
font-size: 100%;
}

 

Thanks! 

2 replies

Umesh_Thakur
New Participant
May 25, 2021

@nesan, Can you check once the browser console, is there something related to it and verify error.log as well.

Asutosh_Jena_
Asutosh_Jena_Accepted solution
New Participant
May 22, 2021

Hi @nesan 

 

In your clientlib-author, please add the below line of code which will be loaded only during authoring view and the issue will be resolved.

Basically this needs to be added to the author specific clientlib which is loaded only during authoring (name can be different based on the project setup).

 

html {
font-size: 100%;
}

 

Thanks!