Forum Discussion
dganov
Staff
13 years agoIt seems that actually some other page element has focus, maybe it is the parent of the element with id proprieteVide288. Or in the worst case this property is not what you are looking for.
You can set breakpoint at the line Log.Message(item.id) and inspect the item variable. Take a look at its nodeName, outerHTML properties and I think you will get the key to this issue.
You can set breakpoint at the line Log.Message(item.id) and inspect the item variable. Take a look at its nodeName, outerHTML properties and I think you will get the key to this issue.