jQuery resize losing border
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: (http://i.stack.imgur.com/TyR43.png)
This issue is fixed in the patch -> https://github.com/jquery/jquery-ui/pull/713/
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.
精彩评论