jQuery 调整丢失边框的大小

发布于 2024-09-17 00:57:40 字数 539 浏览 4 评论 0原文

大家好!

我在使用jQuery UI 调整大小 失去了我正在调整大小的文本区域的边框(参见图片)。你能帮忙吗?

边框按预期显示:
边框按预期显示

右边框隐藏:
边框缺失

Firebug 屏幕截图:(https://i.sstatic.net/TyR43.png)
Firebug 截图

Hi everyone!

I'm having a few issues with the jQuery UI Resize loosing the border on the textarea I'm resizing (see images). Can you help?

Borders showing as intended:
borders showing as intended

Right border hidden:
border missing

Firebug screenshot: (https://i.sstatic.net/TyR43.png)
Firebug screenshot

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

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

发布评论

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

评论(2

那一片橙海, 2024-09-24 00:57:40

该问题已在补丁中修复 -> https://github.com/jquery/jquery-ui/pull/713/

This issue is fixed in the patch -> https://github.com/jquery/jquery-ui/pull/713/

别理我 2024-09-24 00:57:40

文本区域必须位于将 overflow 设置为 hidden 的容器中。使用 Firebug 检查父元素的样式。这就是在没有看到 CSS 的情况下能说的全部内容。

The textarea must be in a container that has overflow set to hidden. Use Firebug to inspect the style of the parent elements. That's all that can be said without seeing the CSS.

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