While I am on the subject, any clue why <select-one-or-new-dialog>
doesnt seem to work? Am I using it correctly?
This is in my case/show.dryml
<form with="&@bill || new_for_current_user(@case.bills)" owner="case"
without-cancel>
<field-list: skip="case">
<activity-type-view>
<select-one-or-new-dialog/>
</activity-type-view>
</field-list>
<submit: label="#{ht
'bill.actions.add', :default=>['Add'] }"/>
</form>
On Mar 15, 5:32 pm, Matt Jones <[email protected]> wrote:
> 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
> forwww.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.