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

    • Bug
    • Resolution: Fixed
    • Normal
    • 6.0.0
    • 6.0.0, Freshly
    • Components
    • 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

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

            Dates

              Created:
              Updated:
              Resolved: