Skip to main content

Search and Top Navigation

#9416 closed bug (duplicate)

Opened July 09, 2013 03:59PM UTC

Closed July 09, 2013 08:26PM UTC

Programmatically setting the size of a 'resizable' textarea corrupts the element

Reported by: Steven Wellens Owned by:
Priority: minor Milestone: none
Component: ui.core Version: 1.10.3
Keywords: Cc:
Blocked by: Blocking:
Description

It happens in IE, FF and Chrome.

http://jsfiddle.net/Steve_Wellens/5Mghh/

Attachments (0)
Change History (1)

Changed July 09, 2013 08:26PM UTC by tj.vantoll comment:1

resolution: → duplicate
status: newclosed

Duplicate of #5426.Because elements that cannot have children are wrapped, whenever you change the dimensions of the resizable element you also need to resize the dimensions of the element's

.ui-wrapper
parent.

The only thing we can do to avoid this is to provide an API that does the resize, therefore I'm marking this a duplicate of #5426.