]> source.dussan.org Git - jquery-ui.git/commit
Resizable: Fix content shrink on resize
authorDaniel García <93217193+Daniel-Garmig@users.noreply.github.com>
Mon, 9 Sep 2024 21:51:57 +0000 (23:51 +0200)
committerGitHub <noreply@github.com>
Mon, 9 Sep 2024 21:51:57 +0000 (23:51 +0200)
commitc934995efa431efe0b15b6f9a6b614e6b8e88399
tree9a4eed3162984e79521bd0f5369ca5d7e16090e3
parentd564731f20a5eee6c6e373344a2bd6fc9d047e63
Resizable: Fix content shrink on resize

Make resizable elements not shrink on resize when they have scrollbars
and "box-sizing: content-box".

Fixes: gh-2277
Closes gh-2281
tests/unit/resizable/core.js
tests/unit/resizable/options.js
ui/widgets/resizable.js