ICEfaces
  1. ICEfaces
  2. ICE-5406

outputLink does not work inside a panelTooltip with displayOn="click"

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Minor Minor
    • Resolution: Fixed
    • Affects Version/s: 1.8.2-EE-GA
    • Fix Version/s: 1.8.2-EE-GA_P01, 1.8.3
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      All
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      Place the panelTooltip outside of the referencing panelGroup.

      Example:

      <ice:panelGroup panelTooltip="testTooltip">
           ...
      </ice:panelGroup>
      <ice:panelTooltip id="testTooltip">
           ...
           <ice:outputLink .../>
           ...
      </ice:panelTooltip>

      Or use the default setting of displayOn="hover".
      Show
      Place the panelTooltip outside of the referencing panelGroup. Example: <ice:panelGroup panelTooltip="testTooltip">      ... </ice:panelGroup> <ice:panelTooltip id="testTooltip">      ...      <ice:outputLink .../>      ... </ice:panelTooltip> Or use the default setting of displayOn="hover".

      Description

      If an outputLink is placed in a panelTooltip when the tooltip is placed in a certain position and with displayOn="click". For example:

      <ice:panelGroup panelTooltip="testTooltip">
           ...
           <ice:panelTooltip id="testTooltip" displayOn="click">
                ...
                <ice:outputLink .../>
                ...
           </ice:panelTooltip>
      </ice:panelGroup>

      When the tooltip is removed to outside of the panelGroup that is referencing it the outputLink works correctly.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #20872 Fri Mar 05 11:47:01 MST 2010 mark.collette ICE-5406 : outputLink does not work inside a panelTooltip with displayOn="click"
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/bridge/lib/extras/tooltip_panelpopup.js

          People

          • Assignee:
            Joanne Bai
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: