Bug Tracker

Opened 16 years ago

Closed 15 years ago

Last modified 13 years ago

#1375 closed bug (wontfix)

Multiple Resizables Not Working in IE

Reported by: jbwyme Owned by: stefan
Priority: major Milestone: 1.1.4
Component: interface Version: 1.1.3
Keywords: iresizable resize broken Cc:
Blocked by: Blocking:

Description

Works great in Firefox 2; In IE 7 only the last element resizes and ONLY if you use the first element's resize handlers.

$('.topicWrapper').each( function() { $(this).append('<div id="resizeHandlers"><div id="resizeSE"></div><div id="resizeE"></div><div id="resizeNE"></div><div id="resizeN"></div><div id="resizeNW"></div><div id="resizeW"></div><div id="resizeSW"></div><div id="resizeS"></div></div>').addClass('resizeMe').addClass('resizeMe').Resizable(

{

dragHandle: false, minLeft: 1, minWidth: 100, maxWidth: 880, handlers: {

se: '#resizeSE', e: '#resizeE', ne: '#resizeNE', n: '#resizeN', nw: '#resizeNW', w: '#resizeW', sw: '#resizeSW', s: '#resizeS'

}

}

); });

Change History (1)

comment:1 Changed 15 years ago by scott.gonzal

Resolution: wontfix
Status: newclosed

Interface is no longer supported; consider switching to jQuery UI.

Note: See TracTickets for help on using tickets.