[prev in list] [next in list] [prev in thread] [next in thread] 

List:       konq-bugs
Subject:    [Bug 48879] value of input tag not shown after insert by dom functions
From:       T Zachmann <t.zachmann () zagge ! de>
Date:       2002-10-09 6:43:52
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=48879     




------- Additional Comments From t.zachmann@zagge.de  2002-10-09 08:43 -------
Nearly the same problem exists for textarea. The text in the textarea is not shown. \
It is shown however in the DOM tree.  Thorsten   <html> <head> <script>  function \
start() {   text = document.createTextNode( "Hallo das ist die Vorbelegung" );   \
input = document.createElement( "textarea" );   input.setAttribute("name", "new");   \
input.appendChild( text );    node = document.createElement( "form" );   \
node.appendChild( input ) ;   document.body.appendChild( node ); }  </script> </head> \
<body> <form name="Formular"> <input type="button" value="Start" \
onClick="start()"><br> </body> </html> \
_______________________________________________ Konq-bugs mailing list
Konq-bugs@mail.kde.org
http://mail.kde.org/mailman/listinfo/konq-bugs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic