From: Leif W <war...@us...> - 2004-05-05 00:52:35
|
Rgeardless of the reporter's version and platform, I think I can verify this bug. I'm not using a fresh CVS, but there haven't been any emails about updates in a long time, and when there last was an email notification, I updated my copy of the CVS. But I'll pull a fresh copy soon and reconcile the differences. Just doing other things at the moment. But I think my version is a pretty good test. Platform: Windows XP Professional. Using these browsers to test: true Mozilla Firefox 0.8 false IE 6.0.2800.1106.xpsp2.030422-1633; Update Versions: SP1, Q837009, Q832894; Q831167 true Mozilla 1.7 RC1 true Opera 7.20.3087 Leif ----- Original Message ----- From: Doug Melvin To: dyn...@li... Sent: Tuesday, May 04, 2004 7:17 PM Subject: Re: [Dynapi-Help] getVisible() BUG in Mozilla 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 ----- From: Kevin Breynck To: dyn...@li... 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 |