Patches item #471282, was opened at 2001-10-15 04:41
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305757&aid=471282&group_id=5757

Category: DynAPI 2 Other
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: E. E. t' Sas (nefas)
Assigned to: Nobody/Anonymous (nobody)
Summary: IE 6 elm.style error patch

Initial Comment:
Some people reported that IE6 broke javascript-
execution on 'elm.style not found'

Problem (partly?) resides in the lack of a IE6 check 
in dynlayer.js where the elements are assigned to the 
layer. 

a quick 'n' dirty 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. 

NOTE :
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, defaulting to ie5 as well.



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

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

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

Reply via email to