Question
5
Replies
109
Views
TECHMAHINDRA
Posted: July 5, 2019
Last activity: July 11, 2019
Closed
Text Area Border not Visible in Firefox and IE Browsers
Hi All,
We are using the text area control as part of our development. On focus the border of the text area is not visible in the IE and Mozilla Firefox browsers. This looks odd in the UI. Also size of the text area varies with the browser. However, it is fine in the Chrome.
Can someone help me to resolve this? Please find the attachment for your reference.
Thanks in advance
Regards
Madhuri Patchipulusu
Hi,
Could you please check with the OOTB skin once.
Or
Try checking in UI gallery
DesignerStudio-> UserInterface ->Gallery -> Elements->Text Area
If you are facing same issue there ,try placing below css in the userWorkForm rule
<style>
.TextAreaContainer .textAreaExpandStyle textarea, .TextAreaContainer_DV textarea{
border-right:1px solid #CCCCCC !important;
}
</style>