Hi Scott Sorry for the delay in getting back to this, I've been busy with other projects but I've now updated the test page at http://dbserver.sac.ac.uk/~dhealy/ to use jQuery UI 1.6rc6 and jQuery 1.2.3
This appears to have fixed the iframe scrollbar issue but the modal overlay no longer shows (despite my modalDialog.js specifying "modal:true") and theming, which I haven't changed, now seems broken for some reason :-/ On Feb 19, 2:55 am, Scott González <[email protected]> wrote: > Thanks David, any chance you can put 1.6rc6 on that page? > > On Feb 17, 8:48 am, DavidHealy<[email protected]> wrote: > > > Apologies for the delay... please take a look > > athttp://dbserver.sac.ac.uk/~dhealy/ > > > Click on "Learning Enquiry Form" or "Request A Prospectus" - you'll > > see the right-hand drag handle generated by the parent resizable div > > sits directly above the iframe's scrollbar. "Quiz" also exhibits this > > behaviour as you progress, as soon as the loaded content exceeds the > > height of the iframe. > > > On Feb 3, 11:54 am, DavidHealy<[email protected]> wrote: > > > > Scott - unfortunately it will be a week or so before I can get back to > > > this but I'll post a URL for you to take a look at; I appreciate you > > > taking the time to help out. > > > > On Jan 30, 3:45 am, Scott González <[email protected]> wrote: > > > > > You'll need to provide a page showing the problem for us to really > > > > provide any more help. > > > > > On Jan 29, 12:20 pm, DavidHealy<[email protected]> wrote: > > > > > > Using 1.6rc5, the overlay shows (briefly) but the modal isn't > > > > > generated - instead the requested content loads in place of the > > > > > current page... > > > > > > On Jan 29, 4:47 am, Scott González <[email protected]> wrote: > > > > > > > Can you try with 1.6rc5, or 1.6rc6 which will be released tomorrow? > > > > > > > On Jan 28, 5:58 am, DavidHealy<[email protected]> wrote: > > > > > > > > ui.core.js shows as version 1.5.3 > > > > > > > > On Jan 27, 3:37 am, Scott González <[email protected]> > > > > > > > wrote: > > > > > > > > > What version of UI are you using? > > > > > > > > > On Jan 8, 6:14 am, DavidHealy<[email protected]> wrote: > > > > > > > > > > Hi folks > > > > > > > > > > I've built a modal dialog loading content from another URL > > > > > > > > > via an > > > > > > > > > iframe. See > > > > > > > > > screenshot:http://www.sac.ac.uk/static/scrollable_modal.jpg > > > > > > > > > > The right-hand drag handle generated by the parent resizable > > > > > > > > > div (it's > > > > > > > > > classed "ui-dialog flora ui-draggable ui-resizable") sits > > > > > > > > > directly > > > > > > > > > above the iframe's scrollbar when the loaded content is > > > > > > > > > taller than > > > > > > > > > the height of the iframe. > > > > > > > > > > Using Firebug I can fix this by tweaking the width of the > > > > > > > > > "ui-dialog > > > > > > > > > flora ui-draggable ui-resizable" div so it's 6px wider, but I > > > > > > > > > can't > > > > > > > > > figure out how to via jQuery. > > > > > > > > > > I'm calling the dialog via a custom function I've > > > > > > > > > created:http://www.sac.ac.uk/resources/javascript/modalDialog.js > > > > > > > > > > Trying to fix the width of the "ui-dialog flora ui-draggable > > > > > > > > > ui- > > > > > > > > > resizable" div somewhere within the > > > > > > > > > $("."+modal_i).click(function() - > > > > > > > > > from line 22 onwards - doesn't work, I'm guessing because the > > > > > > > > > element > > > > > > > > > I'm trying to target doesn't yet exist in the DOM, or the fix > > > > > > > > > is being > > > > > > > > > overridden by something that's called afterwards. > > > > > > > > > > Any advice, assistance appreciated... > > > > > > > > > > Best Regards > > > > > > > > > > DavidHealy > > > > > > > > > Web Designer > > > > > > > > > > Scottish Agricultural Collegehttp://www.sac.ac.uk > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
