HTML field is not visible for Admins. The users can see the label of the field, but cannot see the box where they can enter the text.Issue HTML field is not visible for Admin role users but visible for non-admin users. ReleaseAllCauseThe instance was using an outdated TinyMCE version (4.x.y). This can happen by one of the following ways. 1)Affected instance has the system property "glide.ui.html.editor.use_v4" set to true 2)Customer has a custom UI macro that loads the older version instead of the updated 6.x.y version. ResolutionTo fix the issue 1. Make sure the system property "glide.ui.html.editor.use_v4" set to false. Also, if the customer has a custom UI macro that loads the older version of the HTML, deactivate it. 2. Clear the instance cache by accessing /cache.do.