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

ZK 8 popup/context/tooltip binding via EL/ZK-Bind

    XMLWordPrintable

    Details

    • gh.sprint.customfield.default.name:
      ZK 8.0.1 S2

      Description

      some component properties have overloaded signatures
      e.g.XulElement.setContext(String popupId) / setContext(Popup popup)
      setPopup setTooltip ... maybe more

      In ZK 8 it is no longer possible to assign a popup directly using EL or ZK-Bind annotations

      see attachment for reproducing examples.

      WORKAROUND:
      use the popup-Id instead

      <popup id="mypopup"/>
      <label context="${mypopup}"/> <!-- FAILS -->
      <label context="${mypopup.id}"/> <!-- WORKS -->
      <label context="mypopup"/> <!-- even simpler no EL just the id -->
      

        Attachments

          Issue Links

            Activity

              People

              Assignee:
              SEFI SEFI
              Reporter:
              cor3000 cor3000
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 4 hours
                  4h