function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ArpiArpi 

Drag or stretch on long text Area data type in IE compared to chrome browser

Hello,

 

I have a long text area data type field and when I run the vf page which displays it, I can stretch in chrome but I dont see any where in IE.

Do we have to put any code for it so that we can stretch it using our mouse from bottom right corner.

 

Thanks

sfdcfoxsfdcfox

That's actually a feature of Chrome, not salesforce.com. That said, if you are in control of the page (using Visualforce), you could wrap the text area with an invisible div that you can resize, or use something like jQuery to make this happen.