Context Menu using List
I've created a context menu using an AW list. I can display the list perform specific actions depending on the item the user has clicked. However when I try to hide the list at the end of the onItemClicked event, I get the following error:
Can't move focus to the control because it is invisible, not enabled, or of a type that does not except focus.
I've traced this error back to the updateCurrent function list.js. It seems that this variable:
var e2 = this.getItemTemplate(i2).getContent("box/text").element();
has e2.focus of true.
Is there any way I can alter this specific list so that e2.focus would return false?
Thanks in advance
Can't move focus to the control because it is invisible, not enabled, or of a type that does not except focus.
I've traced this error back to the updateCurrent function list.js. It seems that this variable:
var e2 = this.getItemTemplate(i2).getContent("box/text").element();
has e2.focus of true.
Is there any way I can alter this specific list so that e2.focus would return false?
Thanks in advance
Helen Williamson
January 10,