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.
Attachments (0)
Change History (1)
Changed July 09, 2013 08:26PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
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
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.