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

          People

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

            Dates

            • Created:
              Updated:
              Resolved: