On Mar 15, 2011, at 4:44 PM, mdfdroid wrote: > I am using Hobo 1.3 and have implemented the hobo-jquery plugin. The > main purpose of this was to use dialog boxes for forms. They all work > great, except when using IE8. Anyone know of a solution to the > problem? It appears to work find on Firefox and IE7. The dialog > buttons just dont do anything in IE8. Thank you for your help.
You may want to check *which* forms don't work in IE8. If it's just create forms, you may have tripped over this delightful little bug: http://bugs.jquery.com/ticket/4422 Really nasty as even some of the IE DOM inspectors show the correct structure, but IE8 has silently dropped the whole thing on the floor. I only know about it because I tripped on it building the login screen for www.ohiogrocers.org, which uses a jQuery popup via the Easy Framework. --Matt Jones -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
