I\'ve been attempting to create a resizable textbox (ASP.NET multiline TextBox
/ HTML textarea
) and use JQuery UI to make it resizable, but seem to
I had the same problem 4 years after. It sames they never fixed that. I though to use Interface but it did not have any updates since 2007. So I decided to fix the bug by myself and make a request pull in the jQuery UI project in Github. https://github.com/jquery/jquery-ui/pull/1134 I hope they accept it and merge it soon. I added a test so I'm sure it will work in any case because all the tests of resizable from Jquery UI works with this modification.
I started using ylebre code but it did not work. So I made some little changes.