From: Doug M. <do...@cr...> - 2004-05-04 23:17:55
|
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 -----=20 From: Kevin Breynck=20 To: dyn...@li...=20 Sent: Tuesday, May 04, 2004 6:08 AM Subject: [Dynapi-Help] getVisible() BUG in Mozilla Hello,=20 create a layer in Mozilla:=20 ...=20 #testL {position:absolute; left:176px; top: 0px; z-index:10; = visibility:hidden;}=20 ...=20 <div id=3D"testL" name=3D"testL"></div>=20 ...=20 If you try to get the visebility in Mozilla...=20 function myVisibleTest () {=20 testDynLayer =3D DynLayer.getInline("testL");=20 alert(testDynLayer.getVisible());=20 }=20 ... Mozilla returns true.=20 (IE returns false)=20 A BUG?=20 (I already have a workaround but could you please fix it?)=20 Thanks Kevin=20 --- 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 |