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

Tooltip assigned to component when it is in detached state won't show up

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.0.0
    • 6.0.0, Freshly
    • Components
    • 6.0.0.FL.20120201

      When constructing component in Java it is initially in detached state (not attached to page).
      If tooltip is being set to such detached component, it will be registered using it's
      ANNONYMOUS UUID. Therefore popup will not show up at client side.

      P.S. I have managed to overcome this issue by posting event to component being assembled
      and setting tooltip in event listener, which naturally will happen lately in execution,
      when all components are already in attached state and proper UUID is generated.

            benbai benbai
            Serzhas Serzhas
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: