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

A tooltip makes toggle type Popups closed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 9.6.0
    • 7.0.0
    • Components

      Steps to Reproduce

      <zk>
          <label multiline="true">
          1. Right click on textbox to open context menu.
          2. The context menu is closed when tooltip showed.
          </label>
          <textbox rows="3" width="250px" context="editPopup,type=toggle" tooltip="tooltip" />
          <popup id="editPopup" width="300px" height="100px">
              Context Menu
          </popup>
          <popup id="tooltip" width="100px">
              Tooltip Menu
          </popup>
      </zk>
      

      Current Result

      The context menu was closed.

      Expected Result

      The context menu was opened with a tooltip.

      Debug Information

      ZK-2554 similar issue

      According to the document, toggle only interferes with the behavior triggering the event again. Closing popup while other popup appears seems like an unintentional behavior.

      Workaround


            rudyhuang rudyhuang
            rudyhuang rudyhuang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - 1 day
                1d
                Remaining:
                Time Spent - 1 hour Remaining Estimate - 7 hours
                7h
                Logged:
                Time Spent - 1 hour Remaining Estimate - 7 hours
                1h