On 27 Feb., 16:43, "claus.k...@googlemail.com"
<claus.k...@googlemail.com> wrote:
> On 27 Feb., 12:06, "claus.k...@googlemail.com"
>
>
>
> <claus.k...@googlemail.com> wrote:
> > OK, it gets somewhat weird:
>
> > if (original_elements[k].type == 'radio' || original_elements[k].type
> > == 'checkbox')
> > {
> >         original_elements[k].checked = copy_elements[k].checked;
> >         alert ("state: " + original_elements[k].name + " " + 
> > original_elements
> > [k].checked);
>
> > }
>
> > Using this inside the function called upon clicking my own button
> > inside theclueTipshows that the original elements are being updated.
> > However, the IE toolbar does not show any changes to the DOM.
> > Opening theclueTipagain shows the old values again.
>
> > What do I need to do to make this work?
>
> Ok, shame on me: when submitting the whole form, the values are
> actually updated.
> It is just the view in the clueTip which is wrong.
>
> Is there a possibility to completely recreate the clueTip?

I used onShow or onActivate to copy the content back to the cluetip,
but still it did not work.
So now the solution is not to use the clueTip unfortunately, but a
simple fading-layer with another content-layer in front of it.

Shame on IE 6, I guess...

Reply via email to