Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion playing with IE7 & IE8
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
paul  
View profile  
 More options Mar 28 2012, 8:22 am
From: paul <p...@beschaeftigt.de>
Date: Wed, 28 Mar 2012 05:22:46 -0700 (PDT)
Local: Wed, Mar 28 2012 8:22 am
Subject: Re: playing with IE7 & IE8

Hi Nicolas,
we have an javascript error in IE7 and 8. Do you have encountered something
like that before? what could be the problem with the split?

SCRIPT5007: no value for attribute "split" Object is Null or undefinied
amber.js, row 111 character 4

Thank you for your help.
Kind regards,
Paul

Am Mittwoch, 31. August 2011 12:10:31 UTC+2 schrieb laurent:

> raaaahhhh IE testing

> In IE7 & 8 it's not possible to call appendChild on SCRIPT node.

> To make this work, I've changed:

> TagBrush>>appendChild: anElement
>     "In IE7 and IE8 appendChild fails on several node types. So we need to
> check"
>     < var element=self['@element'];
>        if (null == element.canHaveChildren || element.canHaveChildren) {
>      element.appendChild(anElement);
>        } else {
>     element.text = anElement.innerHTML;
>       } >

> Looks ugly and hacky. Is there a way to handle cross-browser compatibility
> better ?

> Laurent

Am Mittwoch, 31. August 2011 12:10:31 UTC+2 schrieb laurent:

> raaaahhhh IE testing

> In IE7 & 8 it's not possible to call appendChild on SCRIPT node.

> To make this work, I've changed:

> TagBrush>>appendChild: anElement
>     "In IE7 and IE8 appendChild fails on several node types. So we need to
> check"
>     < var element=self['@element'];
>        if (null == element.canHaveChildren || element.canHaveChildren) {
>      element.appendChild(anElement);
>        } else {
>     element.text = anElement.innerHTML;
>       } >

> Looks ugly and hacky. Is there a way to handle cross-browser compatibility
> better ?

> Laurent

Am Mittwoch, 31. August 2011 12:10:31 UTC+2 schrieb laurent:

> raaaahhhh IE testing

> In IE7 & 8 it's not possible to call appendChild on SCRIPT node.

> To make this work, I've changed:

> TagBrush>>appendChild: anElement
>     "In IE7 and IE8 appendChild fails on several node types. So we need to
> check"
>     < var element=self['@element'];
>        if (null == element.canHaveChildren || element.canHaveChildren) {
>      element.appendChild(anElement);
>        } else {
>     element.text = anElement.innerHTML;
>       } >

> Looks ugly and hacky. Is there a way to handle cross-browser compatibility
> better ?

> Laurent


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.