Skip to main content

Search and Top Navigation

#5155 closed bug (duplicate)

Opened February 09, 2010 10:38PM UTC

Closed October 27, 2010 09:41PM UTC

Resizable breaks when child and parent are resizable

Reported by: dalelarsen Owned by:
Priority: major Milestone: 1.9.0
Component: ui.resizable Version: 1.7.2
Keywords: resizable, parent, child, break Cc:
Blocked by: Blocking:
Description

If you have an area that is resizable and within this area, deeply nested or not, there is another object(s) that is resizable at load time resizable is lost. I do not see the error if I append the resizable child during run time. However, if the child is already in the parent at load time both lose resizability/ never receive it. Could not see an evident break in this relevant to my personal environment. See if you can replicate.

Attachments (0)
Change History (4)

Changed February 18, 2010 01:52PM UTC by scottgonzalez comment:1

milestone: TBD1.8
priority: minorcritical

Changed February 19, 2010 05:21PM UTC by dalelarsen comment:2

This bug is a result of not destroying the inner child's resizable before posting it to a DB then trying to reassign resizable after retrieval from the DB. You cannot assign resizable to an element that has it already assigned until you destroy.

Changed October 19, 2010 03:38PM UTC by scottgonzalez comment:3

priority: criticalmajor

Changed October 27, 2010 09:41PM UTC by scottgonzalez comment:4

resolution: → duplicate
status: newclosed

Duplicate of #5025.