Click a element in calendar of the datebox cause selenium response time out

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Normal
    • None
    • Affects Version/s: 1.0.0
    • Component/s: Core
    • None

      zul
      <datebox id="db1"/>

      testCase

      click(db1.$n("btn"));
      click(jq(db1.$n("pp")).find("@calendar td:eq(12) a"));
      click(db1.$n("btn"));

      It works well when click td
      click(db1.$n("btn"));
      click(jq(db1.$n("pp")).find("@calendar td:eq(12)"));
      click(db1.$n("btn"));

            Assignee:
            Unassigned
            Reporter:
            jumperchen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: