Skip to main content

Search and Top Navigation

#4940 closed bug (fixed)

Opened November 03, 2009 08:45PM UTC

Closed February 03, 2010 01:23AM UTC

resizable('destroy') moves images to end of parent element

Reported by: erikharrison Owned by:
Priority: critical Milestone: 1.8
Component: ui.resizable Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

Only tested with images, in FF 3.5. Sorry I don't have a demo page handy to link you to.

$('img').resizable().resizable('destroy');

The images are moved in the DOM to the end of their parent element. So

<div>
    Before
    <img src='image.jpg'>
    After
<div>

becomes

<div>
    Before
    After
    <img src='image.jpg'>
<div>

In my tests this affected both stable and 1.8a1

Attachments (0)
Change History (2)

Changed November 17, 2009 01:26PM UTC by jzaefferer comment:1

milestone: TBD1.8

Changed February 03, 2010 01:23AM UTC by rdworth comment:2

priority: majorcritical
resolution: → fixed
status: newclosed

Fixed in r3765