Bugs item #458690, was opened at 2001-09-05 05:24
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=458690&group_id=5757

Category: DynAPI 2 Browser-Specific
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Tim Kloth (timk97)
Assigned to: Nobody/Anonymous (nobody)
Summary: IE 6 Support

Initial Comment:
Running the examples from the 2.54 release in IE 6 
generates an error:  

'elm.style' is null or not an object.

----------------------------------------------------------------------

Comment By: E. E. t' Sas (nefas)
Date: 2001-10-15 04:34

Message:
Logged In: YES 
user_id=349727

Same problem here, using the menu widgets. 

However, a quick patch :

in browser.js line 20 :

this.ie5=(this.version.indexOf('MSIE 5')>0 || 
this.version.indexOf('MSIE 6')>0)

Gets the browser-switched creation of elements in 
dynlayer.js to select the IE5 browser as the browser-type 
for IE6. 

The this.ie55 problem would generate the same problem, but 
that statement is 'ignored' since the scan for MSIE 5 on 
MSIE 5.5 yields both this.ie5 == true and this.ie55 = true.

Hope it helps!

----------------------------------------------------------------------

Comment By: chousz (chousz)
Date: 2001-10-15 04:03

Message:
Logged In: YES 
user_id=349759

For me it doesn't work either

----------------------------------------------------------------------

Comment By: Gianluca Bracca (gbracca)
Date: 2001-10-01 08:52

Message:
Logged In: YES 
user_id=338046

They NO work fine for me in IE6.

----------------------------------------------------------------------

Comment By: Daniel Newton (daniel_n)
Date: 2001-09-09 16:39

Message:
Logged In: YES 
user_id=320154

They work fine for me in IE6

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=458690&group_id=5757

_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/

Reply via email to