Side navigation
#1375 closed bug (wontfix)
Opened July 08, 2007 11:02AM UTC
Closed March 31, 2008 01:45AM UTC
Last modified December 04, 2009 10:22AM UTC
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'
}
}
);
});
Attachments (0)
Change History (1)
Changed March 31, 2008 01:45AM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
Interface is no longer supported; consider switching to jQuery UI.