|
From: Jesse V. <je...@my...> - 2002-12-04 14:55:30
|
I'm using Mozilla 1.2 and I'm getting errors that I don't get in Mozilla 1.1
When my page loads, I get this in the JavaScript console:
Error: this.css has no properties
Source File:
http://localhost/willynicks/dynapi/src/lib/dynapi/api/dynlayer.js
Line: 40
Line 40 of dynlayer.js is this:
this.css.zIndex=this.z;
Did something change in Mozilla 1.2 with the way you reference the zIndex?
I have another machine with Mozilla 1.1 on it and it works fine when I
run the same code.
Has anyone else seen this problem?
Thanks in advance,
Jesse Vitrone
|
|
From: Jesse V. <je...@my...> - 2002-12-04 15:02:24
|
Sorry - I forgot to mention the version - I'm using dynapi 2.5.6 Jesse Vitrone wrote: > I'm using Mozilla 1.2 and I'm getting errors that I don't get in > Mozilla 1.1 > > When my page loads, I get this in the JavaScript console: > > Error: this.css has no properties > Source File: > http://localhost/willynicks/dynapi/src/lib/dynapi/api/dynlayer.js > Line: 40 > > Line 40 of dynlayer.js is this: > > this.css.zIndex=this.z; > > Did something change in Mozilla 1.2 with the way you reference the > zIndex? > I have another machine with Mozilla 1.1 on it and it works fine when I > run the same code. > > Has anyone else seen this problem? > > Thanks in advance, > Jesse Vitrone > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Microsoft Visual Studio.NET > comprehensive development tool, built to increase your productivity. > Try a free online hosted session at: > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > |
|
From: Raymond I. <xw...@ya...> - 2002-12-04 15:46:04
|
I think mozilla 1.2 had some problems with dhtml which
should have been fixed in 1.2.1 - I'm not 100% sure.
It would however appears to me that the dynlayer was
not loaded.
try testing for this.elm or try doing the following
test to see if mozilla 1.2 is the problem:
<div id="test"></div>
after page loads....
var elm=document.getElementById('test');
elm.style.zIndex=1;
if an error was generated then mozilla 1.2 is at
fault.
--
Raymond Irving
--- Jesse Vitrone <je...@my...> wrote:
> Sorry - I forgot to mention the version - I'm using
> dynapi 2.5.6
>
> Jesse Vitrone wrote:
>
> > I'm using Mozilla 1.2 and I'm getting errors that
> I don't get in
> > Mozilla 1.1
> >
> > When my page loads, I get this in the JavaScript
> console:
> >
> > Error: this.css has no properties
> > Source File:
> >
>
http://localhost/willynicks/dynapi/src/lib/dynapi/api/dynlayer.js
> > Line: 40
> >
> > Line 40 of dynlayer.js is this:
> >
> > this.css.zIndex=this.z;
> >
> > Did something change in Mozilla 1.2 with the way
> you reference the
> > zIndex?
> > I have another machine with Mozilla 1.1 on it and
> it works fine when I
> > run the same code.
> >
> > Has anyone else seen this problem?
> >
> > Thanks in advance,
> > Jesse Vitrone
> >
> >
> >
> >
> >
> >
> >
>
-------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> Visual Studio.NET
> > comprehensive development tool, built to increase
> your productivity.
> > Try a free online hosted session at:
> >
>
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
> > _______________________________________________
> > Dynapi-Help mailing list
> > Dyn...@li...
> >
>
https://lists.sourceforge.net/lists/listinfo/dynapi-help
> >
>
>
>
>
-------------------------------------------------------
> This SF.net email is sponsored by: Microsoft Visual
> Studio.NET
> comprehensive development tool, built to increase
> your
> productivity. Try a free online hosted session at:
>
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
> _______________________________________________
> Dynapi-Help mailing list
> Dyn...@li...
>
https://lists.sourceforge.net/lists/listinfo/dynapi-help
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
|
|
From: Jesse V. <je...@my...> - 2002-12-20 15:10:15
|
Ah, finally got around to testing this problem, and it looks like you're
right. I was a Mozilla issue and 1.2.1 fixed it.
Thanks for your help.
Jesse
Raymond Irving wrote:
>I think mozilla 1.2 had some problems with dhtml which
>should have been fixed in 1.2.1 - I'm not 100% sure.
>
>It would however appears to me that the dynlayer was
>not loaded.
>
>try testing for this.elm or try doing the following
>test to see if mozilla 1.2 is the problem:
>
><div id="test"></div>
>
>after page loads....
>
>var elm=document.getElementById('test');
>elm.style.zIndex=1;
>
>if an error was generated then mozilla 1.2 is at
>fault.
>
>
>--
>Raymond Irving
>
>
>--- Jesse Vitrone <je...@my...> wrote:
>
>
>>Sorry - I forgot to mention the version - I'm using
>>dynapi 2.5.6
>>
>>Jesse Vitrone wrote:
>>
>>
>>
>>>I'm using Mozilla 1.2 and I'm getting errors that
>>>
>>>
>>I don't get in
>>
>>
>>>Mozilla 1.1
>>>
>>>When my page loads, I get this in the JavaScript
>>>
>>>
>>console:
>>
>>
>>>Error: this.css has no properties
>>>Source File:
>>>
>>>
>>>
>http://localhost/willynicks/dynapi/src/lib/dynapi/api/dynlayer.js
>
>
>>>Line: 40
>>>
>>>Line 40 of dynlayer.js is this:
>>>
>>> this.css.zIndex=this.z;
>>>
>>>Did something change in Mozilla 1.2 with the way
>>>
>>>
>>you reference the
>>
>>
>>>zIndex?
>>>I have another machine with Mozilla 1.1 on it and
>>>
>>>
>>it works fine when I
>>
>>
>>>run the same code.
>>>
>>>Has anyone else seen this problem?
>>>
>>>Thanks in advance,
>>> Jesse Vitrone
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>-------------------------------------------------------
>
>
>>>This SF.net email is sponsored by: Microsoft
>>>
>>>
>>Visual Studio.NET
>>
>>
>>>comprehensive development tool, built to increase
>>>
>>>
>>your productivity.
>>
>>
>>>Try a free online hosted session at:
>>>
>>>
>>>
>http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
>
>
>>>_______________________________________________
>>>Dynapi-Help mailing list
>>>Dyn...@li...
>>>
>>>
>>>
>https://lists.sourceforge.net/lists/listinfo/dynapi-help
>
>
>>
>>
>>
>>
>-------------------------------------------------------
>
>
>>This SF.net email is sponsored by: Microsoft Visual
>>Studio.NET
>>comprehensive development tool, built to increase
>>your
>>productivity. Try a free online hosted session at:
>>
>>
>>
>http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
>
>
>>_______________________________________________
>>Dynapi-Help mailing list
>>Dyn...@li...
>>
>>
>>
>https://lists.sourceforge.net/lists/listinfo/dynapi-help
>
>
>__________________________________________________
>Do you Yahoo!?
>Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
>http://mailplus.yahoo.com
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by: Microsoft Visual Studio.NET
>comprehensive development tool, built to increase your
>productivity. Try a free online hosted session at:
>http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
>_______________________________________________
>Dynapi-Help mailing list
>Dyn...@li...
>https://lists.sourceforge.net/lists/listinfo/dynapi-help
>
>
>
|