-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
What steps will reproduce the problem?
1. create an advice with target body document.getElementsByTagNam('body')[0]
and method "appendChild"
What is the expected output? What do you see instead?
* expected: advice added
* instead: advice not added, error in javascript console (pointcut.target is
undefined)
What version of the product are you using? On what operating system? On
what browser?
* latest version on Firefox 9beta
Original issue reported on code.google.com by fut...@gmail.com
on 23 Nov 2011 at 11:36