doubleClick event on listitem of listbox not work after click sorting or paging

XMLWordPrintable

    • 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?

        1. index.zul
          2 kB
        2. TodoController.java
          2 kB
        3. TodoItemWindow.zul
          3 kB

            Assignee:
            vincentjian
            Reporter:
            ten2net
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: