From: Raymond I. <xw...@ya...> - 2003-05-30 03:59:20
|
Hello Everyone, I've upload thw lastest copy of the dynapi that I have to the CVS. This update includes the follow: Updates ----------- + Updated Documentation & Examples + add fix to prevent IOElement for displaying an incomplete progress bar when using IE + add dynapi.ua.gecko - return true if browser uses the gecko engine + rename setBorder to setInnerBorder() and setBorder2 to setBorder() + separate SnapX Class from MotionX + modify FocusManager to support TabManager + add TabManager extensions ! new keyvents don't work with keyevents example + remove setIntegrated debug feature + finalize setClass and getElmWidth settings + DynLayer now supports a 7th agrument called image - used for bgImage + add BorderManager - setInnerBorder() and setOuterBorder() + add Higlighter widget + remove setBorder() from dynlayer_base.js to bordermanager.js and use layers to implement borders. Know issues: -------------- * setBorder2() (now called setBorder) is generating an error it's called before the page loads: line 43:if(o.n && o.n.c==null) o.n.c=this.parent.bgColor; + mouseover and out bubbling problems in ns4 * problem: mouseover/out bubbling... if the child layer receives the mouseout event it would be bubbled to the parent to trigger the parent's mouseout event. * solution: mouseover/out events will not be bubbled if the child layer ._hasMousEvents or if the captureMouseEvents() function was called. mouseover/out events will only be bubbled if the child layer does not have any mouse events (._hasMouseEvents==false) this makes it possible to add cover layers without forcing captureMouseEvents() child layers that don't have any mouse events will pass on the events to it's parent Things To Do --------------- Here are some of the outstanding this to be done: 1) Update FAQ section of docs 2) Update what's new page 3) Finalize other areas of the docs 4) Test new code 5) Add updates/fixes Anyone have sometime available to help complete the above? The above is by no means a final. Please feel try to give your feedbacks and suggestions. -- Raymond Irving __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com |