pkdevbox / iui

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

function call from event #312

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. try calling a function from an element's event
2.
3.

What is the expected output? What do you see instead?
the function to be called.  e.g, if you use an onclick="alert('here');" on an 
HTML element, it will show the alert.  However, if you change it to 
onclick="ShowAlert();" (with a function ShowAlert() having the alert("Here")) 
it won't work. 

What version of the product are you using? On what operating system?
latest dev release, windows 7

Please provide any additional information below.

Original issue reported on code.google.com by tommy.ta...@gmail.com on 7 Oct 2011 at 12:57

GoogleCodeExporter commented 8 years ago
Latest dev release?  The latest release as of today is 0.40-alpha1 is that the 
release you are using?

Original comment by msgilli...@gmail.com on 7 Oct 2011 at 5:36

GoogleCodeExporter commented 8 years ago
I tried to reproduce in both Safari 5.1 and Firefox 7.0.1 and the function call 
works.

Please provide more information about the version of iUI, the browser and 
platform being used, and ideally post a test page to a public URL that 
demonstrates the problem.

Original comment by msgilli...@gmail.com on 7 Oct 2011 at 6:37