jQuery 调整丢失边框的大小
大家好!
我在使用jQuery UI 调整大小 失去了我正在调整大小的文本区域的边框(参见图片)。你能帮忙吗?
边框按预期显示:
右边框隐藏:
Firebug 屏幕截图:(https://i.sstatic.net/TyR43.png)
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:
Right border hidden:
Firebug screenshot: (https://i.sstatic.net/TyR43.png)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
该问题已在补丁中修复 -> https://github.com/jquery/jquery-ui/pull/713/
This issue is fixed in the patch -> https://github.com/jquery/jquery-ui/pull/713/
文本区域必须位于将
overflow
设置为hidden
的容器中。使用 Firebug 检查父元素的样式。这就是在没有看到 CSS 的情况下能说的全部内容。The textarea must be in a container that has
overflow
set tohidden
. Use Firebug to inspect the style of the parent elements. That's all that can be said without seeing the CSS.