pkdevbox / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

_replace doesn't allow for javascript inside the loaded file on the device or in simulator #278

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a ul/li or other container with a target of _replace 
2. make the replacement text include any form of javascript such as an alert
3. click on link to replace container with target of _replace 

What is the expected output? What do you see instead?
in ff everything works as expected but in simulator or on the iphone the 
javascript will never fire.

What version of the product are you using? On what operating system?
REL-0.40-dev2 : Simulator / iPhone device v4.2

Please provide any additional information below.

Original issue reported on code.google.com by ourcr...@gmail.com on 5 Jan 2011 at 9:28