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

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Normal
    • Resolution: Fixed
    • Affects Version/s: 6.0.0, Freshly
    • Fix Version/s: 6.0.0
    • Component/s: Components
    • Labels:
    • Environment:

      6.0.0.FL.20120201

      Description

      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.

        Attachments

          Activity

            People

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

              Dates

              Created:
              Updated:
              Resolved: