Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.5.8

Bug #9086 HTML_AXAX_Action::createNode\innerHTML and IE
Submitted: 2006-10-19 00:20 UTC
From: jeanpascal at hotmail dot de Assigned: auroraeosrose
Status: Closed Package: HTML_AJAX (version 0.5.0)
PHP Version: 5.1.4 OS: Windows
Roadmaps: 0.5.1    
Subscription  
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
2006-12-24 18:59 UTC
Package:
Bug Type:
Summary:
From: jeanpascal at hotmail dot de
New email:
PHP Version: Package Version: OS:

 

 [2006-10-19 00:20 UTC] jeanpascal at hotmail dot de (Jean)
Description: ------------ Looks like they do'nt put the innerHTML assigned data in IE Browser. I tried to fill a td tag in this way. currently im using a bad workaround using js\insertRow\insertCell etc..methods for IE. The same problem comes up when i try to use the other HTML_AJAX_Action method to work around. Test script: --------------- $response->createNode("id", "element", array('innerHTML' => 'here is ne bug'));

Comments

 [2006-10-25 17:51 UTC] auroraeosrose (emsmith)
fixed in svn - HTML_AJAX_Action changed to use single method to apply/prepend/append attributes