Opened 14 years ago
Last modified 9 years ago
#4440 open bug
Resizable: Doesn't render nicely for textarea fields
Reported by: | lawrencepit | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.resizable | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
On the demo pages it would be good to show an example of a resizable textarea field. I tested this in ff3 and safari and it doesn't render nicely at all. The resize handle is drawn way outside the textarea field. Also, when the textarea field gets focus in safari the left and top edges have a 1px thin outline (default is has a 4px blue outline).
If I wrap the textarea myself (in a simple <div></div>) and then use alsoResize I can get it working as it should.
Change History (7)
comment:1 Changed 14 years ago by
Component: | ui.core → ui.resizable |
---|---|
Milestone: | TBD → 1.8 |
comment:2 Changed 11 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:3 Changed 11 years ago by
Status: | new → open |
---|
comment:4 Changed 11 years ago by
Summary: | Resizable doesn't render nicely for textarea fields → Resizable: Doesn't render nicely for textarea fields |
---|
comment:7 Changed 9 years ago by
The textarea in our demo looks and behave awful in IE8. Its gets centered on the page and the resize handle is on top of a (disabled) scrollbar.
Note: See
TracTickets for help on using
tickets.
Confirmed that textarea still looks a little off when made resizable by default - http://jsfiddle.net/tj_vantoll/uCqGH/.
The demo page (http://jqueryui.com/resizable/#textarea) looks fine but it gets around this issue by applying .ui-resizable-se { bottom: 17px; } to fix the positioning.
I can also still see the strange display of the outline when resizable is applied to a textarea in Safari 6.