From: Jordi M. <do...@us...> - 2001-10-29 16:36:56
|
Update of /cvsroot/dynapi/dynapi/docs/docs In directory usw-pr-cvs1:/tmp/cvs-serv22335/docs/docs Modified Files: revision.html Log Message: Revision updates. Going for a 2.55 release Index: revision.html =================================================================== RCS file: /cvsroot/dynapi/dynapi/docs/docs/revision.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** revision.html 2001/06/27 15:51:09 1.8 --- revision.html 2001/10/29 16:36:52 1.9 *************** *** 12,15 **** --- 12,39 ---- <h1>Appendix A: Revision History</h1> <pre> + 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 + Version 2.54 ------------ |