a little more info would help..
1) What version of the DynAPI are you using?
2) what version of mozilla are you using? (include weather it's Mozilla, Nescape, Firefox, thunderbirs, camino, ect)
3) what operating system are you suing? (Windows 98, 98SE, win2k win2k3 MaxOS10, ect.
 
THEN we may be able to help.
 
Thank You.
 
Doug
 
----- Original Message -----
Sent: Tuesday, May 04, 2004 6:08 AM
Subject: [Dynapi-Help] getVisible() BUG in Mozilla


Hello,

create a layer in Mozilla:

...

  #testL {position:absolute; left:176px; top: 0px; z-index:10; visibility:hidden;}

...

<div id="testL" name="testL"></div>

...


If you try to get the visebility in Mozilla...

function myVisibleTest () {
  testDynLayer = DynLayer.getInline("testL");
  alert(testDynLayer.getVisible());
}

... Mozilla returns true.
(IE returns false)

A BUG?

(I already have a workaround but could you please fix it?)


Thanks
Kevin
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.675 / Virus Database: 437 - Release Date: 5/2/2004

Reply via email to