ICEfaces
  1. ICEfaces
  2. ICE-5246

panelTooltip javascript error when hidden (rendered = false)

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Minor Minor
    • Resolution: Fixed
    • Affects Version/s: 1.8.2
    • Fix Version/s: 1.8.2-EE-GA_P01, 1.8.3
    • Component/s: None
    • Labels:
      None
    • Environment:
      Windows (Chrome, Firefox, IE)
    • Workaround Exists:
      Yes
    • Workaround Description:
      Just ignore the failure, I guess... Thought it clutters up javascript consoles, and displays an error on IE (depending on user settings)

      Description

      Javascript error is thrown (does not stop functionality of page) anytime a palenTooltip is set to rendered=false

      The following code snippet should suffice to reproduce:

                      <ice:panelGroup>

                      <ice:panelGroup
                          panelTooltip = "nodeTooltip">
                          <ice:outputText value="foo"/>
                      </ice:panelGroup>

                      <ice:panelTooltip
                          id = "nodeTooltip"
                          hoverDelay = "500"
                          moveWithMouse = "true"
                          displayOn = "hover"
                          hideOn = "mouseout"
                          rendered = "false"
                          >
                          <f:facet name="header">
                          </f:facet>
                          <f:facet name="body">
                              <ice:panelGroup>
                              <ice:outputText
                                  escape = "false"
                                  value = "foo"
                                  />
                              </ice:panelGroup>
                          </f:facet>
                      </ice:panelTooltip>

                      </ice:panelGroup>

        Activity

        David Britton created issue -
        Arran Mccullough made changes -
        Field Original Value New Value
        Salesforce Case [5007000000AqCq8]
        Ken Fyten made changes -
        Fix Version/s 1.8.2-EE-GA_P01 [ 10220 ]
        Fix Version/s 1.8.3 [ 10211 ]
        Priority Major [ 3 ] Minor [ 4 ]
        Ken Fyten made changes -
        Assignee Mark Collette [ mark.collette ]
        Ken Fyten made changes -
        Assignee Mark Collette [ mark.collette ] Adnan Durrani [ adnan.durrani ]
        Adnan Durrani made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        Adnan Durrani made changes -
        Status In Progress [ 3 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Joanne Bai made changes -
        Assignee Adnan Durrani [ adnan.durrani ] Joanne Bai [ joanne_bai ]
        Joanne Bai made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Joanne Bai
            Reporter:
            David Britton
          • Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: