div 内可拖动且可调整大小的文本区域

发布于 2024-12-07 21:21:27 字数 122 浏览 0 评论 0原文

我正在尝试创建一个带有可拖动且可调整大小的文本区域的 div。听起来很简单。然而,我的问题是文本区域和 div 的大小都是独立调整的。这导致用户界面相当混乱。我不明白为什么文本区域可以调整大小,因为我没有明确将其设置为可调整大小。

I'm Trying to create a div with a text area that is both draggable and resizable. Sounds simple enough. My problem however is that the text area and the div both are being made resizable independently of one another. This causes the ui to be rather confusing. I don't understand why the text area is resizable as I'm not explicitly setting it as resizable.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

丶视觉 2024-12-14 21:21:27

通过仅调整文本区域的大小并使用父 div 设置“alsoResize”,成功地按照我的预期实现了此功能,一切都变得愉快=)

Managed to get this working how I expected by making only the text area resizable and setting the "alsoResize" with the parent div and everything was made happy =)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文