You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(7) |
Aug
(57) |
Sep
(29) |
Oct
|
Nov
(6) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
(3) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2008-07-25 13:31:53
|
Bugs item #2027823, was opened at 2008-07-25 19:01 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=2027823&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynAPI 3 API Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: prabhu (praboo_p) Assigned to: Nobody/Anonymous (nobody) Summary: Memory leak when a html containing form is reloaded Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=2027823&group_id=5757 |
From: SourceForge.net <no...@so...> - 2007-09-05 08:14:41
|
Bugs item #1780788, was opened at 2007-08-24 13:05 Message generated for change (Comment added) made by binhtq You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1780788&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynAPI 2 Events Group: Unverified Status: Open Resolution: None Priority: 7 Private: No Submitted By: BinhTruong (binhtq) Assigned to: Nobody/Anonymous (nobody) Summary: FireFox: Mouseover can not work with the tag <a title = ""> Initial Comment: Try to modify <a title = "Display title" class="testClass" href="#" onclick="make10()">make 10 nested layers</a><br /> 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? ---------------------------------------------------------------------- >Comment By: BinhTruong (binhtq) Date: 2007-09-05 15:14 Message: Logged In: YES user_id=1874614 Originator: YES 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; } ---------------------------------------------------------------------- Comment By: BinhTruong (binhtq) Date: 2007-09-05 15:14 Message: Logged In: YES user_id=1874614 Originator: YES 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1780788&group_id=5757 |
From: SourceForge.net <no...@so...> - 2007-08-24 06:06:39
|
Bugs item #1780788, was opened at 2007-08-24 13:05 Message generated for change (Settings changed) made by binhtq You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1780788&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynAPI 2 Events Group: Unverified Status: Open Resolution: None >Priority: 7 Private: No Submitted By: BinhTruong (binhtq) Assigned to: Nobody/Anonymous (nobody) Summary: FireFox: Mouseover can not work with the tag <a title = ""> Initial Comment: Try to modify <a title = "Display title" class="testClass" href="#" onclick="make10()">make 10 nested layers</a><br /> 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? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1780788&group_id=5757 |
From: SourceForge.net <no...@so...> - 2007-08-24 06:05:58
|
Bugs item #1780788, was opened at 2007-08-24 13:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1780788&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynAPI 2 Events Group: Unverified Status: Open Resolution: None Priority: 5 Private: No Submitted By: BinhTruong (binhtq) Assigned to: Nobody/Anonymous (nobody) Summary: FireFox: Mouseover can not work with the tag <a title = ""> Initial Comment: Try to modify <a title = "Display title" class="testClass" href="#" onclick="make10()">make 10 nested layers</a><br /> 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? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1780788&group_id=5757 |
From: SourceForge.net <no...@so...> - 2006-12-15 02:09:03
|
Bugs item #1616140, was opened at 2006-12-15 02:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1616140&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynAPI 3 API Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Foxw (foxw) Assigned to: Nobody/Anonymous (nobody) Summary: Error in API: dyndocument, Initial Comment: 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 : this.elm.clientHeight; }; Exact error states "this.elm.clientWidth is null or not a object." Granted I don't know if anyone EVEN looks this stuff over anymore, but surely wtf. any point in the right direction would be appriciated ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1616140&group_id=5757 |
From: SourceForge.net <no...@so...> - 2006-09-29 03:28:22
|
Bugs item #1567448, was opened at 2006-09-28 22:28 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1567448&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynAPI 3 API Group: None Status: Open Resolution: None Priority: 5 Submitted By: d_drummonds (d_drummonds) Assigned to: Nobody/Anonymous (nobody) Summary: getWidth Error in IE6 Initial Comment: have small script that works with FireFox but fails with IE6. <html> <head> <script language="JavaScript" src="/dynapi/src/dynapi.js"></script> <script language="Javascript"> 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() { theFrame = DynLayer.getInline("theFrame"); theFrameTable = DynLayer.getInline("table2"); var width = dynapi.document.getWidth() - 5; var height = dynapi.document.getHeight() - 5; theFrameTable.setHeight(height - theFrameTable.getY()); theFrameTable.setWidth(width - theFrameTable.getX()); theFrame.setHeight(theFrameTable.getHeight()-12); theFrame.setWidth(theFrameTable.getWidth()-12); } </script> </head> <body> <table id=table2 width=500 style="position: absolute; top: 75px; left: 120px"> <tr><td> <iframe height=100% width=100% id=theFrame name=theFrame src=""></iframe> </td></tr> </table> </body> </html> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1567448&group_id=5757 |
From: SourceForge.net <no...@so...> - 2006-08-09 20:50:11
|
Bugs item #1537671, was opened at 2006-08-09 23:50 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1537671&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynAPI 3 API Group: Verified Status: Open Resolution: None Priority: 5 Submitted By: conanDrum (conandrum) Assigned to: Nobody/Anonymous (nobody) Summary: DynObject._queue (BUG/Omission?) Initial Comment: The following statement in any HTML document breaks loading of dynAPI libraries. >>> Array.prototype.ln=function(){return this.length}; <<< Any mods on the Array prototype will do. The reason has been traced to [DynObject._queue] which loops through [this.packages[o]._objects] instead of looping though the entries within (ln.362 dynapi.js). Can this be changed to >>> for (var j=0;j<this.packages [o]._objects.length;j++) {names[names.length] = this.packages[o]._objects[j]} <<< or is there a reason for it? Regards A. Joannou ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1537671&group_id=5757 |
From: SourceForge.net <no...@so...> - 2006-03-16 12:40:13
|
Bugs item #1451232, was opened at 2006-03-16 04:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1451232&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynAPI 3 API Group: None Status: Open Resolution: None Priority: 5 Submitted By: Gert Lombard (codeblast) Assigned to: Nobody/Anonymous (nobody) Summary: Marquee widget's setHTML doesn't work Initial Comment: On V3 beta2, Marquee.setHTML (gui/marquee.js) has no effect, it's not setting _cvhtml. This seems to fix the problem?: p.setHTML = function(h){ this._cvhtml = h; //WAS: this.html = h; this.renderStyle('html'); }; BTW I also can't figure out how to dynamically set the width of the canvas to the width of the text.. In marquee.style.js, in renderStyle, the size is fixed: this.lyrCanvas.setSize(100,100); (the w/h from getContentWidth/Height doesn't seem to work either) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1451232&group_id=5757 |
From: SourceForge.net <no...@so...> - 2006-03-12 10:57:44
|
Support Requests item #1448237, was opened at 2006-03-12 11:57 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=205757&aid=1448237&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: peter (peterf1980) Assigned to: Nobody/Anonymous (nobody) Summary: need an example for htmlMenu with DragEvent Initial Comment: Hello, I am trying to use the DragEvent on one layer together with the dropdown menu in the same page (two different layout objects). Is it possible? If yes, maybe you could provide an example? Just putting your different examples together does not work for the menu: it does appear but cannot show any submenus. No errors are reported either by IE nor by Mozilla Firefox.. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=205757&aid=1448237&group_id=5757 |
From: SourceForge.net <no...@so...> - 2006-02-23 13:50:32
|
Bugs item #1437423, was opened at 2006-02-23 13:50 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1437423&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynAPI 3 API Group: Unverified Status: Open Resolution: None Priority: 5 Submitted By: qq365 (qq365) Assigned to: Nobody/Anonymous (nobody) Summary: Is this project dead? Initial Comment: Just want to know it. I think dynapi is the best library... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1437423&group_id=5757 |
From: SourceForge.net <no...@so...> - 2006-02-17 17:46:11
|
Bugs item #1366087, was opened at 2005-11-25 07:20 Message generated for change (Comment added) made by magrazeba You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1366087&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynAPI 3 API Group: None >Status: Deleted Resolution: None Priority: 5 Submitted By: magrazeba (magrazeba) Assigned to: Nobody/Anonymous (nobody) >Summary: ' Initial Comment: Little remade your example all will tell. This really big bug ()... do not miss it ! Excuse me for my english... I use translator russian- english <html> <head> <title>DynAPI Examples - Focus Manager</title> <script language="JavaScript" src="../dynapi/src/dynapi.js"></script> <script language="Javascript"> dynapi.library.setPath('../dynapi/src/'); dynapi.library.include('dynapi.api'); dynapi.library.include('FocusManager'); dynapi.library.include('BorderManager'); </script> <script language="Javascript"> var lyr1=dynapi.document.addChild(new DynLayer (null,100,100,100,100,'yellow')) var lyr2=dynapi.document.addChild(new DynLayer (null,210,100,100,100,'blue')) var lyr3=dynapi.document.addChild(new DynLayer (null,320,100,100,100,'green')) var lyr4=dynapi.document.addChild(new DynLayer (null,380,150,100,100,'#FFCC00')) var lyr5=dynapi.document.addChild(new DynLayer (null,50,150,100,100,'#FFCC00')) var child1=lyr3.addChild(new DynLayer (null,10,10,30,30,'#CCDDEE')); var child2=lyr3.addChild(new DynLayer (null,50,10,30,35,'#CCDDEE')); var child3=child2.addChild(new DynLayer (null,5,5,20,25,'teal')); lyr1.setHTML('<iframe name="Bla-bla-bla" src="http://www.google.ru" style="height: 100%; width: 100%;"></iframe>'); lyr2.setHTML('<iframe name="Bla-bla-bla" src="http://www.google.ru" style="height: 100%; width: 100%;"></iframe>'); lyr3.setHTML('<iframe name="Bla-bla-bla" src="http://www.google.ru" style="height: 100%; width: 100%;"></iframe>'); lyr4.setHTML('<iframe name="Bla-bla-bla" src="http://www.google.ru" style="height: 100%; width: 100%;"></iframe>'); lyr5.setHTML('<iframe name="Bla-bla-bla" src="http://www.google.ru" style="height: 100%; width: 100%;"></iframe>'); child1.setHTML('<iframe name="Bla-bla-bla" src="http://www.google.ru" style="height: 100%; width: 100%;"></iframe>'); child2.setHTML('<iframe name="Bla-bla-bla" src="http://www.google.ru" style="height: 100%; width: 100%;"></iframe>'); child3.setHTML('<iframe name="Bla-bla-bla" src="http://www.google.ru" style="height: 100%; width: 100%;"></iframe>'); var el={ onfocus:function(e){ var o=e.getSource(); o.setInnerBorder(2) }, onblur:function(e){ var o=e.getSource(); o.setInnerBorder(0) } } lyr1.addEventListener(el); lyr2.addEventListener(el); lyr3.addEventListener(el); lyr4.addEventListener(el); lyr5.addEventListener(el); child1.addEventListener(el); child2.addEventListener(el); child3.addEventListener(el); lyr1.setFocus('auto',false,'hover'); lyr5.setFocus('auto',false,'hover'); lyr2.setFocus('auto'); lyr3.setFocus('auto'); lyr4.setFocus('auto'); child1.setFocus('auto',true,'hover'); child3.setFocus('auto'); </script> </head> <body> </body> </html> ---------------------------------------------------------------------- >Comment By: magrazeba (magrazeba) Date: 2006-02-17 17:46 Message: Logged In: YES user_id=1388474 ' ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1366087&group_id=5757 |
From: SourceForge.net <no...@so...> - 2006-02-17 17:42:17
|
Bugs item #1366092, was opened at 2005-11-25 07:39 Message generated for change (Settings changed) made by magrazeba You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1366092&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynAPI 3 API Group: None >Status: Deleted Resolution: None Priority: 5 Submitted By: magrazeba (magrazeba) Assigned to: Nobody/Anonymous (nobody) Summary: But now more idle time example previous post Initial Comment: (try to pull window for its edge aside centre) <html> <head> <title>DynAPI Examples - Focus Manager</title> <script language="JavaScript" src="../dynapi/src/dynapi.js"></script> <script language="Javascript"> dynapi.library.setPath('../dynapi/src/'); dynapi.library.include('dynapi.api'); dynapi.library.include('DragEvent'); </script> <script language="Javascript"> var lyr1=dynapi.document.addChild(new DynLayer (null,100,100,100,100,'yellow')) var lyr2=lyr1.addChild(new DynLayer (null,5,5,90,90,'yellow')) lyr2.setHTML('<iframe name="Bla-bla-bla" src="http://www.google.ru" style="height: 100%; width: 100%;"></iframe>'); DragEvent.enableDragEvents(lyr1); </script> </head> <body> </body> </html> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1366092&group_id=5757 |
From: SourceForge.net <no...@so...> - 2005-11-25 07:39:40
|
Bugs item #1366092, was opened at 2005-11-25 07:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1366092&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynAPI 3 API Group: None Status: Open Resolution: None Priority: 5 Submitted By: magrazeba (magrazeba) Assigned to: Nobody/Anonymous (nobody) Summary: But now more idle time example previous post Initial Comment: (try to pull window for its edge aside centre) <html> <head> <title>DynAPI Examples - Focus Manager</title> <script language="JavaScript" src="../dynapi/src/dynapi.js"></script> <script language="Javascript"> dynapi.library.setPath('../dynapi/src/'); dynapi.library.include('dynapi.api'); dynapi.library.include('DragEvent'); </script> <script language="Javascript"> var lyr1=dynapi.document.addChild(new DynLayer (null,100,100,100,100,'yellow')) var lyr2=lyr1.addChild(new DynLayer (null,5,5,90,90,'yellow')) lyr2.setHTML('<iframe name="Bla-bla-bla" src="http://www.google.ru" style="height: 100%; width: 100%;"></iframe>'); DragEvent.enableDragEvents(lyr1); </script> </head> <body> </body> </html> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1366092&group_id=5757 |
From: SourceForge.net <no...@so...> - 2005-11-25 07:20:29
|
Bugs item #1366087, was opened at 2005-11-25 07:20 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1366087&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynAPI 3 API Group: None Status: Open Resolution: None Priority: 5 Submitted By: magrazeba (magrazeba) Assigned to: Nobody/Anonymous (nobody) Summary: DynLayer+iFrame+(FocusManager or events) Initial Comment: Little remade your example all will tell. This really big bug ()... do not miss it ! Excuse me for my english... I use translator russian- english <html> <head> <title>DynAPI Examples - Focus Manager</title> <script language="JavaScript" src="../dynapi/src/dynapi.js"></script> <script language="Javascript"> dynapi.library.setPath('../dynapi/src/'); dynapi.library.include('dynapi.api'); dynapi.library.include('FocusManager'); dynapi.library.include('BorderManager'); </script> <script language="Javascript"> var lyr1=dynapi.document.addChild(new DynLayer (null,100,100,100,100,'yellow')) var lyr2=dynapi.document.addChild(new DynLayer (null,210,100,100,100,'blue')) var lyr3=dynapi.document.addChild(new DynLayer (null,320,100,100,100,'green')) var lyr4=dynapi.document.addChild(new DynLayer (null,380,150,100,100,'#FFCC00')) var lyr5=dynapi.document.addChild(new DynLayer (null,50,150,100,100,'#FFCC00')) var child1=lyr3.addChild(new DynLayer (null,10,10,30,30,'#CCDDEE')); var child2=lyr3.addChild(new DynLayer (null,50,10,30,35,'#CCDDEE')); var child3=child2.addChild(new DynLayer (null,5,5,20,25,'teal')); lyr1.setHTML('<iframe name="Bla-bla-bla" src="http://www.google.ru" style="height: 100%; width: 100%;"></iframe>'); lyr2.setHTML('<iframe name="Bla-bla-bla" src="http://www.google.ru" style="height: 100%; width: 100%;"></iframe>'); lyr3.setHTML('<iframe name="Bla-bla-bla" src="http://www.google.ru" style="height: 100%; width: 100%;"></iframe>'); lyr4.setHTML('<iframe name="Bla-bla-bla" src="http://www.google.ru" style="height: 100%; width: 100%;"></iframe>'); lyr5.setHTML('<iframe name="Bla-bla-bla" src="http://www.google.ru" style="height: 100%; width: 100%;"></iframe>'); child1.setHTML('<iframe name="Bla-bla-bla" src="http://www.google.ru" style="height: 100%; width: 100%;"></iframe>'); child2.setHTML('<iframe name="Bla-bla-bla" src="http://www.google.ru" style="height: 100%; width: 100%;"></iframe>'); child3.setHTML('<iframe name="Bla-bla-bla" src="http://www.google.ru" style="height: 100%; width: 100%;"></iframe>'); var el={ onfocus:function(e){ var o=e.getSource(); o.setInnerBorder(2) }, onblur:function(e){ var o=e.getSource(); o.setInnerBorder(0) } } lyr1.addEventListener(el); lyr2.addEventListener(el); lyr3.addEventListener(el); lyr4.addEventListener(el); lyr5.addEventListener(el); child1.addEventListener(el); child2.addEventListener(el); child3.addEventListener(el); lyr1.setFocus('auto',false,'hover'); lyr5.setFocus('auto',false,'hover'); lyr2.setFocus('auto'); lyr3.setFocus('auto'); lyr4.setFocus('auto'); child1.setFocus('auto',true,'hover'); child3.setFocus('auto'); </script> </head> <body> </body> </html> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1366087&group_id=5757 |
From: SourceForge.net <no...@so...> - 2005-11-09 15:50:23
|
Code Submission item #1352156, was opened at 2005-11-09 13:37 Message generated for change (Comment added) made by olecom You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=408691&aid=1352156&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Miscellaneous Group: None Status: Open Resolution: None Priority: 5 Submitted By: olecom (olecom) Assigned to: L W (warp9pnt9) Summary: compressor for GNU sed Initial Comment: I didn't find any OS GNU usable compressor, so let me propose my version of it using sed(1). Upon request I can add (and probably will, when will start to use DynAPI) adding missing semicilons. ---------------------------------------------------------------------- >Comment By: olecom (olecom) Date: 2005-11-09 16:50 Message: Logged In: YES user_id=914209 1. Public domain does not violate (L)GPL. 2. Even if (L)GPL violated, public domain just doesn't care. (Conversely doesn't applicable ;-) 3. No warranty of any kind: usability or even working, etc. 4. Finally. If it doesn't work at all, just drop it down. I don't know about docs. Maybe in future, if somebody will need them. Test/development cases are for human checking, not automatic. Usage is basic; input: file_name(s) as parameter(s) or standard input output: standard output Bugs: comments inside strings, strings are in double quotes only, spaces inside regex(7), any more are welcome. Have fun ! ---------------------------------------------------------------------- Comment By: L W (warp9pnt9) Date: 2005-11-09 15:36 Message: Logged In: YES user_id=706287 Hmm, very interesting! Have you got any doc on how to use, and test cases? I can and will take a look later this week. I know regexps a little (POSIX and Perl), and have used GNU sed. About your license, I don't know if public domain is ok for the GPL or LGPL, because public domain doesn't require modifications to be released as public domain. The API is LGPL. But as this is a tool, maybe GPL is indicated. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=408691&aid=1352156&group_id=5757 |
From: SourceForge.net <no...@so...> - 2005-11-09 14:51:55
|
Code Submission item #1352156, was opened at 2005-11-09 07:37 Message generated for change (Comment added) made by warp9pnt9 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=408691&aid=1352156&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Miscellaneous Group: None Status: Open Resolution: None Priority: 5 Submitted By: olecom (olecom) Assigned to: L W (warp9pnt9) Summary: compressor for GNU sed Initial Comment: I didn't find any OS GNU usable compressor, so let me propose my version of it using sed(1). Upon request I can add (and probably will, when will start to use DynAPI) adding missing semicilons. ---------------------------------------------------------------------- >Comment By: L W (warp9pnt9) Date: 2005-11-09 09:36 Message: Logged In: YES user_id=706287 Hmm, very interesting! Have you got any doc on how to use, and test cases? I can and will take a look later this week. I know regexps a little (POSIX and Perl), and have used GNU sed. About your license, I don't know if public domain is ok for the GPL or LGPL, because public domain doesn't require modifications to be released as public domain. The API is LGPL. But as this is a tool, maybe GPL is indicated. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=408691&aid=1352156&group_id=5757 |
From: SourceForge.net <no...@so...> - 2005-11-09 14:08:54
|
Code Submission item #1352156, was opened at 2005-11-09 13:37 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=408691&aid=1352156&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Miscellaneous Group: None Status: Open Resolution: None Priority: 5 Submitted By: olecom (olecom) Assigned to: Nobody/Anonymous (nobody) Summary: compressor for GNU sed Initial Comment: I didn't find any OS GNU usable compressor, so let me propose my version of it using sed(1). Upon request I can add (and probably will, when will start to use DynAPI) adding missing semicilons. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=408691&aid=1352156&group_id=5757 |
From: SourceForge.net <no...@so...> - 2005-11-09 12:54:41
|
Code Submission item #1352156, was opened at 2005-11-09 13:37 Message generated for change (Settings changed) made by olecom You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=408691&aid=1352156&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Miscellaneous Group: None Status: Open Resolution: None Priority: 5 Submitted By: olecom (olecom) >Assigned to: L W (warp9pnt9) Summary: compressor for GNU sed Initial Comment: I didn't find any OS GNU usable compressor, so let me propose my version of it using sed(1). Upon request I can add (and probably will, when will start to use DynAPI) adding missing semicilons. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=408691&aid=1352156&group_id=5757 |
From: SourceForge.net <no...@so...> - 2005-09-28 19:27:23
|
Bugs item #1306812, was opened at 2005-09-28 07:36 Message generated for change (Comment added) made by warp9pnt9 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1306812&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynAPI 3 API Group: Verified >Status: Closed >Resolution: Duplicate Priority: 5 Submitted By: uphill (uphill_) >Assigned to: L W (warp9pnt9) Summary: Explorer Render Proplem Initial Comment: on mozilla the eplorer looks not good, so i changed one line in the explorer.style.js: 65c65 < var ret = '<tr><td><img src="'+iWht.src+'" height="1" width="5"></td><td valign="top">'; --- > var ret = '<tr><td><img src="'+iWht.src+'" height="1" width="5"></td><td valign="top" nowrap>'; greez uphill ---------------------------------------------------------------------- >Comment By: L W (warp9pnt9) Date: 2005-09-28 15:27 Message: Logged In: YES user_id=706287 This is a duplicate of bug [ 1256615 ] GUI component Explorer renders incorrectly under firefox https://sourceforge.net/tracker/index.php?func=detail&aid=1256615&group_id=5757&atid=105757 It didn't get into CVS, so I'll take this bug report and patch as indication of a verified fix. Thanks for the bug report and patch! Small point of order. Before submitting a new bug, maybe run a search through existing bugs, open and closed, and also be sure to check CVS. If you find an bug like this, with report closed and not applied to CVS, ping the that bug report and maybe the dynapi-dev list if no response. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1306812&group_id=5757 |
From: SourceForge.net <no...@so...> - 2005-09-28 11:36:47
|
Bugs item #1306812, was opened at 2005-09-28 13:36 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1306812&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynAPI 3 API Group: Verified Status: Open Resolution: None Priority: 5 Submitted By: uphill (uphill_) Assigned to: Nobody/Anonymous (nobody) Summary: Explorer Render Proplem Initial Comment: on mozilla the eplorer looks not good, so i changed one line in the explorer.style.js: 65c65 < var ret = '<tr><td><img src="'+iWht.src+'" height="1" width="5"></td><td valign="top">'; --- > var ret = '<tr><td><img src="'+iWht.src+'" height="1" width="5"></td><td valign="top" nowrap>'; greez uphill ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1306812&group_id=5757 |
From: SourceForge.net <no...@so...> - 2005-09-26 20:40:26
|
Bugs item #1305181, was opened at 2005-09-26 20:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1305181&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Fausto (fausto99) Assigned to: Nobody/Anonymous (nobody) Summary: DynElement.captureKeyEvents bug (Part 2) Initial Comment: the dynkeyevent.js file has this method: DynKeyEvent._keyEventListener=function(e) and this lines: if(evt.defaultValue==false) { if(e.cancelBubble) e.cancelBubble=true; if(e.stopPropagation) e.stopPropagation(); } I think it should be: if(evt.defaultValue==false) { if(evt.cancelBubble) e.cancelBubble=true; if(evt.stopPropagation) e.stopPropagation(); } note the evt instead of the e. I changed on my code and worked. The goal? allow one to disable propagation of of key events to the higher hierarchy allowing one to "eat" the keys inside a widget. That's how I found out and fixed it. I have many more fixes too. How should I do it? Fausto. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1305181&group_id=5757 |
From: SourceForge.net <no...@so...> - 2005-09-26 19:28:41
|
Bugs item #1305011, was opened at 2005-09-26 13:05 Message generated for change (Comment added) made by warp9pnt9 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1305011&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Fausto (fausto99) Assigned to: Nobody/Anonymous (nobody) Summary: DynElement.captureKeyEvents bug (Part 2) Initial Comment: the dynkeyevent.js file has this method: DynKeyEvent._keyEventListener=function(e) and this lines: if(evt.defaultValue==false) { if(e.cancelBubble) e.cancelBubble=true; if(e.stopPropagation) e.stopPropagation(); } I think it should be: if(evt.defaultValue==false) { if(evt.cancelBubble) e.cancelBubble=true; if(evt.stopPropagation) e.stopPropagation(); } note the evt instead of the e. I changed on my code and worked. The goal? allow one to disable propagation of of key events to the higher hierarchy allowing one to "eat" the keys inside a widget. That's how I found out and fixed it. I have many more fixes too. How should I do it? Fausto. ---------------------------------------------------------------------- >Comment By: L W (warp9pnt9) Date: 2005-09-26 15:28 Message: Logged In: YES user_id=706287 Hi. Have you tested in older browsers to see if it works? I've got IE6 and Firefox 1.0.7 right now. Does there exist an example or can you modify an existing one, or create one from scratch, to demonstrate the problem and the usage you expect? Then attach those files to the bug report. I'd like to see a complex key event example (maybe the game by Raymod / xwisdom is good), with many levels of layers inside a few widgets, and tested in some other browsers. With some things, I just don't know if it was coded wrong initially, or if it was coded that way to specifically work with the browsers at the time it was originally written or last modified. But, looking at 'if (e.cancelBubble) e.cancelBubble=true;' makes little sense. If it's true, set it to true is pointless, so perhaps that was a typo. Which maybe leads to the second 'if (e.stopPropagation) e.stopPropagation()' being a typo. But as that's a function, it may just be a valid check to see if it exists before calling. Hmm, but no, it should exist, so checking would be an error. I'm inclined to accept the patch, but I want to understand it better to be sure. Well, about other bugs or patches, please continue to refer to CVS HEAD. Also, it would be great if you could use diff or diff -u or at the very least include the range of lines that some code is located. It just makes it easier. And as always, attach the patch here or in Patches (no real need to duplicate, I think here would be better). And yes, examples would be good, something that could exist or if newly created, be added to the current examples. Get two things done at once. ;-). ---------------------------------------------------------------------- Comment By: Fausto (fausto99) Date: 2005-09-26 13:08 Message: Logged In: YES user_id=1351973 I am using IE6/7 and Firefox 1.06. DynAPI 3 Beta 2. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1305011&group_id=5757 |
From: SourceForge.net <no...@so...> - 2005-09-26 17:08:28
|
Bugs item #1305011, was opened at 2005-09-26 17:05 Message generated for change (Comment added) made by fausto99 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1305011&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Fausto (fausto99) Assigned to: Nobody/Anonymous (nobody) Summary: DynElement.captureKeyEvents bug (Part 2) Initial Comment: the dynkeyevent.js file has this method: DynKeyEvent._keyEventListener=function(e) and this lines: if(evt.defaultValue==false) { if(e.cancelBubble) e.cancelBubble=true; if(e.stopPropagation) e.stopPropagation(); } I think it should be: if(evt.defaultValue==false) { if(evt.cancelBubble) e.cancelBubble=true; if(evt.stopPropagation) e.stopPropagation(); } note the evt instead of the e. I changed on my code and worked. The goal? allow one to disable propagation of of key events to the higher hierarchy allowing one to "eat" the keys inside a widget. That's how I found out and fixed it. I have many more fixes too. How should I do it? Fausto. ---------------------------------------------------------------------- >Comment By: Fausto (fausto99) Date: 2005-09-26 17:08 Message: Logged In: YES user_id=1351973 I am using IE6/7 and Firefox 1.06. DynAPI 3 Beta 2. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1305011&group_id=5757 |
From: SourceForge.net <no...@so...> - 2005-09-26 17:05:24
|
Bugs item #1305011, was opened at 2005-09-26 17:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1305011&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Fausto (fausto99) Assigned to: Nobody/Anonymous (nobody) Summary: DynElement.captureKeyEvents bug (Part 2) Initial Comment: the dynkeyevent.js file has this method: DynKeyEvent._keyEventListener=function(e) and this lines: if(evt.defaultValue==false) { if(e.cancelBubble) e.cancelBubble=true; if(e.stopPropagation) e.stopPropagation(); } I think it should be: if(evt.defaultValue==false) { if(evt.cancelBubble) e.cancelBubble=true; if(evt.stopPropagation) e.stopPropagation(); } note the evt instead of the e. I changed on my code and worked. The goal? allow one to disable propagation of of key events to the higher hierarchy allowing one to "eat" the keys inside a widget. That's how I found out and fixed it. I have many more fixes too. How should I do it? Fausto. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1305011&group_id=5757 |
From: SourceForge.net <no...@so...> - 2005-09-12 14:20:43
|
Bugs item #1288708, was opened at 2005-09-12 09:29 Message generated for change (Comment added) made by warp9pnt9 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1288708&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynAPI 3 API Group: None Status: Open Resolution: None Priority: 5 Submitted By: Romain OLLIVIER (rhum1) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot add function in Array prototype Initial Comment: Hi, I use a toolkit js library (gosu) with dynapi. When I load dynapi AND gosu's libraries, I got the following error : Error: n.indexOf is not a function Source File: http://localhost/dotproject/lib/dynapi/src/dynapi.js Line: 388 After a few tests, I found what was going wrong. Gosu add functions to Array prototype. If I remove this functions, everything's going fine. I use FF 1.0.6, but the same error occurs in IE6. If you want to reproduce that, just add the following function before including dynapi.js : Array.prototype.anOtherFunction = function(s) { alert(s); }; Could you tell me if you got the same problem ? Thanx ---------------------------------------------------------------------- >Comment By: L W (warp9pnt9) Date: 2005-09-12 10:20 Message: Logged In: YES user_id=706287 If the check the dynapi-help mailing list archives, you will see that Jesse Vitrone recently posted about a similar problem while using Prototype ( http://prototype.conio.net/ ). I suspect it's the same cause. DynAPI might be fiddling with the prototype in such a way as to affect the core JS objects like Array and String. This is not a good thing, but I don't really understand it too well. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1288708&group_id=5757 |