Fixed it by showing/hiding a div over the entire iframe/page when resizing and removing it when resize stops (events: resize, stop).
credit to Patrick: http://groups.google.com/group/jquery-ui/browse_thread/thread/9ad33c023a9ed670/7c5a2191d55bdeae?hl=en&lnk=gst&q=resizable+iframe#7c5a2191d55bdeae Thanks! On Nov 4, 9:05 am, Subtle <[email protected]> wrote: > FYI: This is only a problem when the div contains the iframe. When I > comment out the iframe, everything resizes correctly > > On Nov 4, 8:39 am, Subtle <[email protected]> wrote: > > > I will get back to you with a working sample please look at this in > > the meantime:http://jsbin.com/emeri3 > > > On Nov 4, 8:30 am, "Richard D. Worth" <[email protected]> wrote: > > > > Could you put up a sample on jsbin? > > > >http://jsbin.com/ > > > > Thanks. > > > > - Richard > > > > On Wed, Nov 4, 2009 at 10:21 AM, Subtle <[email protected]> wrote: > > > > When I have two divs on the page that are both resizable and draggable > > > > and I resize one of them to take up almost the entire page and then > > > > try to resize the other I am not able to resize the smaller one to be > > > > bigger when the smaller one is sitting on top of the bigger one. Both > > > > divs are absolutely positioned with different z indexes and are > > > > initialized as follows: > > > > > draggable({ handles: "all",cursor: 'hand',cursor: 'pointer', stack: > > > > { group: ".reportContainer", min: 50}}); > > > > resizable({handles:'all'}); > > > > > What I want to be able to do is resize any of them without anything > > > > limiting them. > > > > > Thanks! > > > > > -- > > > > > You received this message because you are subscribed to the Google > > > > Groups > > > > "jQuery UI" group. > > > > To post to this group, send email to [email protected]. > > > > To unsubscribe from this group, send email to > > > > [email protected]<jquery-ui%[email protected]> > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/jquery-ui?hl=en. > > -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.
