Share

DynAPI

Code

Programming Languages: JavaScript

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics, last commit on 2005-09-28 cvs -d:pserver:anonymous@dynapi.cvs.sourceforge.net:/cvsroot/dynapi login

cvs -z3 -d:pserver:anonymous@dynapi.cvs.sourceforge.net:/cvsroot/dynapi co -P modulename

Show:

What's happening?

  • Memory leak when a html containing form is reloaded

    Version: 3.0.0 (Beta 2) and all previous versions. There is a memory leak if html containing 'form' element is reloaded. If you run the attached sample in IE 7, you can see in task manager the memory is consistently increasing. If you replace the line lyr.setHTML(form_causes_leak); with lyr.setHTML(this_doesnt_leak); and rerun the sample, there is no memory leak.

    2008-07-25 13:31:50 UTC by praboo_p

  • Comment: FireFox: Mouseover can not work with the tag <a title = "">

    The bug has been verified and a fix for the bug has been implemented. The fix should be available in CVS as well as the next official release of the DynAPI.

    2007-09-05 08:14:39 UTC by binhtq

  • Comment: FireFox: Mouseover can not work with the tag <a title = "">

    The root cause comes from the checking of the condition in the function DynMouseEvent.EventMethod of the dynapi\src\lib\dynapi\event\mouse.js Old code: if (is.ie) var e=dynobject.frame.event e.cancelBubble=true; Fixing code: if (is.ie) { var e=dynobject.frame.event e.cancelBubble=true; }.

    2007-09-05 08:14:39 UTC by binhtq

  • FireFox: Mouseover can not work with the tag <a title = "">

    Try to modify make 10 nested layers in the file 10_deep_nesting.html The 'Display title' doesn't display when trying to move the mouse over href. I think the root cause is 'dynapi.event.*' is not created. If I remove this line, the 'Display title' displays. Can you suggest me the way to solve it?.

    2007-08-24 06:05:57 UTC by binhtq

  • Error in API: dyndocument,

    While building a site I ran into this very annoying problem with IE 6. Receiving the elm.clientWidth is null or not a object error from Dyndocument.js line 45 while accessing the lines. p.findDimensions = function() { this.w=(dynapi.ua.ns||dynapi.ua.opera)? this.frame.innerWidth : this.elm.clientWidth; this.h=(dynapi.ua.ns||dynapi.ua.opera)? this.frame.innerHeight ...

    2006-12-15 02:09:01 UTC by foxw

  • getWidth Error in IE6

    have small script that works with FireFox but fails with IE6. dynapi.library.setPath('/dynapi/src/'); dynapi.library.include('dynapi.api'); dynapi.library.include('dynapi.api.ext.DynLayerInline'); dynapi.onLoad(init); var theFrame; var theFrameTable; function init(...

    2006-09-29 03:28:21 UTC by d_drummonds

  • DynObject._queue (BUG/Omission?)

    The following statement in any HTML document breaks loading of dynAPI libraries. >>> Array.prototype.ln=function(){return this.length}; > for (var...

    2006-08-09 20:50:07 UTC by conandrum

  • DynAPI

    warp9pnt9 committed patchset 143 of module dynapi3x to the DynAPI CVS repository, changing 2 files.

    2005-09-28 19:33:10 UTC by warp9pnt9

  • DynAPI

    agillett committed patchset 142 of module dynapi3x to the DynAPI CVS repository, changing 2 files.

    2005-08-23 23:00:18 UTC by agillett

  • DynAPI

    agillett committed patchset 141 of module dynapi3x to the DynAPI CVS repository, changing 1 files.

    2005-08-23 22:58:57 UTC by agillett

Our Numbers