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  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 31 - 15 = ?

 
 [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