Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-2554

Context menu is closed automatically when tooltip showed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 7.0.5
    • 7.0.3
    • Components
    • Security Level: Jean

      Reproducible sample:

      <zk>
          <label multiline="true">
          1. Right click on textbox to open context menu.
          2. The context menu is closed when tooltip showed.
          This does not happen in ZK 6.5.x
          </label>
          <textbox rows="3" width="250px" context="editPopup" tooltip="tooltip" />
          <popup id="editPopup" width="300px" height="100px">
              Context Menu
          </popup>
          <popup id="tooltip" width="100px">
              Tooltip Menu
          </popup>
      </zk>
      

            hanhsu hanhsu
            vincentjian vincentjian
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: