-
Type:
Bug
-
Resolution: Invalid
-
Priority:
Normal
-
None
-
Affects Version/s: 6.0.0
-
Component/s: None
-
None
in my SelectorComposer<Component>, I have fellow code:
@Listen("onDoubleClick= listbox listitem")
public void doubleClick() throws Exception {
openEditModalWindow();
}
When main page open first ,onDoubleClick works fine,
but when I sort listbox by clicking listhead item or paging ,then doubleclick on listitem of listbox ,,onDoubleClick not work. why?