Home » HTML » HTML_AJAX » Bug #9086
HTML_AXAX_Action::createNode\innerHTML and IE
Details
| Submitted | 2006-10-19 00:20 UTC |
|---|---|
| From | jeanpascal at hotmail dot de |
| Assigned | auroraeosrose |
| Status | Closed |
| Package | HTML_AJAX |
| PHP Version | 5.1.4 |
| OS | Windows |
| Roadmaps | 0.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'));