PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_AJAX » Bug #9086

HTML_AXAX_Action::createNode\innerHTML and IE

Details

Submitted2006-10-19 00:20 UTC
Fromjeanpascal at hotmail dot de
Assignedauroraeosrose
StatusClosed
PackageHTML_AJAX
PHP Version5.1.4
OSWindows
Roadmaps0.5.1

Comments

[2006-10-19 00:20 UTC] jeanpascal at hotmail dot de

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'));