The bug fix for border box in jquery ui resize

  • 2020-06-01 08:20:49
  • OfStack

If the alsoresize in jquery ui resize has the border-box style, such as when used with bootstrap 1, the alsoresize control will automatically shrink by several pixels each time resize is used.

Existing people fixed this issue, but jquery ui doesn't seem to have added this fix to the current version for some reason (after version 1.11.5?). . Fix the code in:

https://github.com/jquery/jquery-ui/pull/1451

That's all I want to share with you. I hope you like it.


Related articles: