Share

DynAPI

File Release Notes and Changelog

Release Name: 2.55a

Notes:
Version 2.55
------------

[+] Html can now be passed as the 9th parameter of the DynLayer's constructor
[-] Fixed missing clicks were mousedowns were cancelled in NS4
[-] Fixed event cancellation bugs
[-] Fixed the console for Netscape 6
[-] Drag extension should now add the correct document eventlistener when using frames (enableDragEvents)
[-] Fixed select() method to call setSelected() for the selected item ( list widtget )
[*] Context Menu is not removed in IE 5 anymore.
[*] Simple events can now be used with eventlisteners (as long as simple.js is included after listeners.js)
[*] Removed hookLoad/Unload because it is not working correctly
[-] Added a temporary fix to the zIndex problem in Mozilla.  It is now set manually instead of through the div string.
[-] Fixed NS 4 not capturing the mouseevents after a setHTML call.
[-] Viewport content width fix
[-] Scott Severtson's dragdrop fix
[-] Christof Pohl's fix for PathAnimation.run()
[-] Added fix for specialized NS versions detection in browser.js
[+] Added test for Explorer 6
[*] Old IE5.5 event fix, which used a javascript:null as background image for empty layers, had to be
    changed into using a real transparent gif which is supplied with the standard distribution, due
    to that javascript:null image causing a warning when using DynAPI via a secure server (https://)
[-] Fixed keyevent code disabling forms inside DynLayer in NS 4.x


Changes: