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

        Hide
        Deryk Sinotte added a comment -

        Assigning to Ken for re-assignment to component team.

        Show
        Deryk Sinotte added a comment - Assigning to Ken for re-assignment to component team.
        Hide
        Mark Collette added a comment -

        Commented out some event propagation canceling. Testing various modes indicated it was unnecessary anyway.

        TRUNK
        Subversion 20872
        icefaces\bridge\lib\extras\tooltip_panelpopup.js

        icefaces-ee-1.8.2
        Subversion 20873
        icefaces\bridge\lib\extras\tooltip_panelpopup.js

        Show
        Mark Collette added a comment - Commented out some event propagation canceling. Testing various modes indicated it was unnecessary anyway. TRUNK Subversion 20872 icefaces\bridge\lib\extras\tooltip_panelpopup.js icefaces-ee-1.8.2 Subversion 20873 icefaces\bridge\lib\extras\tooltip_panelpopup.js
        Hide
        Joanne Bai added a comment -

        Verified successfully on ICEfaces-ee-1.8.2 revision 20886 using Tomcat 6 + IE8 and FF3.5

        Test app has been checked into repo\qa\trunk\Regression\ICE-5406

        Show
        Joanne Bai added a comment - Verified successfully on ICEfaces-ee-1.8.2 revision 20886 using Tomcat 6 + IE8 and FF3.5 Test app has been checked into repo\qa\trunk\Regression\ ICE-5406

          People

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

            Dates

            • Created:
              Updated:
              Resolved: