Hi all,

I have solved my issue by by using:

    this.select.options[i] = new Option(opt.value, opt.key, null,
false);

rather than

    this.select.insert({'bottom': new Element('option',
{'value':opt.key}).update(opt.value)});

Thanks to everyone who gave this some thought!

(Sorry for the top post)

-- Nich

On Aug 17, 10:26 am, Nich <nicholas.stei...@narthollis.net> wrote:
> Hi all,
>
> I have a site that i need to make work in IE7 but i have run into a
> very frustrating issue.
>
> I am using django to generate the form for a payment request. As a
> part of this form the user can input one or more breakdowns for this
> payment, Because I only want to write the form once I duplicate the
> breakdown using element.clone() and then clean it up before creating a
> new form. I have this all working quite nicely. The issue I'm having
> is when I combine this behavior with some code I have to allow the
> filtering of <select> lists.
>
> The issue occurs in IE7 and IE8 when rendering as IE7. It does not
> occur in any other browser I have tested.
>
> Here is an example:
>
> http://www.lccare.org.au/~nsteicke/selectissue/
>
> To replicate, use IE7 or IE8 in IE7 compatibly mode, then click '+ Add
> Breakdown' and then filter the new select list and try and expand the
> list.
>
> Any assistance you can offer in solving this issue would be great.
>
> -- Nich

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to