Text component can't be loaded correctly
Hi All,
I am trying to insert an OOTB Text component onto my page, and it can't be loaded correctly. Initially I was trying to create my own RTE component, but then I figured it can't display even with extensive help from a user(https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/granite-ui-component-in-static-template/m-p/597567#M149368). Thanks, @estebanbustamante ! Then I tried it on a local AEM instance, and it works. The unsuccessful one fails to load the correct CSS.
Here is the spec of two instances:
failing instance: 6.5.11.0 (remote server)
successful instance: 6.5.0 (local)
They all load the same css and js, except 6.5.0 loads the regular ones, 6.5.11.0 loads the minified ones.
I take the following page as my test one by inserting an OOTB Text component into a Parsys:
These are the screenshots for successful one (local instance)


These are the screenshots for the failing one (remote instance)


We can see the successful one is loading `class="cq-RichText-editable coral-RichText-editable coral-RichText coral-DecoratedTextfield-input is-edited webkit chrome"`, another one is loading `class="coral-Form-field"`. There are other css properties fail to load such as the menu, I consider they belong to the same issue.
Can anyone please help? Thanks!
-kt