From: Kevin <ke...@ke...> - 2003-05-30 19:33:07
|
See below: "Raymond Irving" <xw...@ya...> wrote: > 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() I've nearly completed a new Frame() class. > + 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() With the new Frame() class no need for 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; There is no more setBorder2() or slow object manipulation in the new Frame() class. - Kevin > + 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 > > > ------------------------------------------------------- > This SF.net email is sponsored by: eBay > Get office equipment for less on eBay! > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |