From: Jordi M. <do...@us...> - 2001-10-29 16:36:56
|
Update of /cvsroot/dynapi/dynapi In directory usw-pr-cvs1:/tmp/cvs-serv22335 Modified Files: REVISION Log Message: Revision updates. Going for a 2.55 release Index: REVISION =================================================================== RCS file: /cvsroot/dynapi/dynapi/REVISION,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** REVISION 2001/06/27 15:50:55 1.11 --- REVISION 2001/10/29 16:36:52 1.12 *************** *** 8,12 **** TODO ---- ! - Improve NS 6 support. --- 8,12 ---- TODO ---- ! - Performance, performance, performance. *************** *** 15,18 **** --- 15,41 ---- [ * Improved/Changed Feature ] [ - Bug Fix ] + + 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 |