Bugs item #440321, was opened at 2001-07-11 01:11
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=440321&group_id=5757

Category: DynAPI 2 Events
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Wilson (wsliow)
>Assigned to: Nobody/Anonymous (nobody)
Summary: Input field Error in NS4

Initial Comment:
Hi everyone,

I would like to show you about the following 
attachment have some bugs.

When I have inserted all JS of the event directory,  
set draggable for the layer and Input field in the 
body, I found that I cannot key in any word in the 
Netscape 4.7 with W2K (IE5.5 is no problem).

Howeve, when I remove the keyboard.js, the problem is 
been solved.

Please have a look due to I am not very familiar with 
the DYNAPI

----------------------------------------------------------------------

>Comment By: Wilson (wsliow)
Date: 2001-07-11 01:15

Message:
Logged In: YES 
user_id=172620

<html>
<head>
<title>DynAPI Examples - Drag Event</title>
<script language="JavaScript" 
src="../src/dynapi.js"></script>
<script language="Javascript">
DynAPI.setLibraryPath('../src/lib/');
DynAPI.include('dynapi.api.browser.js');
DynAPI.include('dynapi.api.dynlayer.js');
DynAPI.include('dynapi.api.dyndocument.js');
DynAPI.include('dynapi.event.*');
</script>
<script language="Javascript">

DynAPI.onLoad = function() {
        var p=this.document.addChild(new DynLayer
(null,200,200,200,200,'silver'))
        var a=p.addChild(new DynLayer
(null,10,10,50,50,'red'))

        var cc=a.addChild(new DynLayer
(null,10,10,20,20,'yellow'))
        DragEvent.enableDragEvents(a)


}

</script>
</head>
<body bgcolor="#ffffff">
<form name="dupdate" >
<b>Enter HTML:</b> <input type="text" name="newhtml" 
size="20">
</form>
</body>
</html>

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=440321&group_id=5757

_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to