Resize Text Area in IE 11
How to Siebel?: How to make Open UI textarea fields flexible in IE? describes how to make a text box resizable in IE 11. Adding $("textarea").resizable(); to the postload.js file does make the boxes resizable, however it does not show the tiny blue cue as seen in their screenshot
My screenshot
Any ideas on how to make the cue show?