vessillo / foxreplace

Automatically exported from code.google.com/p/foxreplace
0 stars 0 forks source link

onchange event not working with this addon? #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. <input id="input1" type="text" onchange="add(id);"20"/>
2. find and replace with foxreplace "20" with "40"
3. it was not invoking my onchange event.

What is the expected output? What do you see instead?
my event was not getting called.

What version of the product are you using? On what operating system?
foxreplace0.12.2

Please provide any additional information below.
is there any workaround for this?

Original issue reported on code.google.com by nandipat...@gmail.com on 19 Jan 2010 at 7:54

GoogleCodeExporter commented 9 years ago
This is the same issue as #17: the source of the javascript is changed, but it 
isn't
reparsed and therefore the old code is executed. I don't know any workaround or
solution currently.

Original comment by marc.r...@gmail.com on 19 Jan 2010 at 11:14