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

        Hide
        Adnan Durrani added a comment -

        Trunk:
        Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\bridge\lib\extras\tooltip_panelpopup.js
        Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\bridge\lib\extras\tooltip_panelpopup.js
        Completed: At revision: 20954

        EE:
        Modified: D:\work\development\head\svn\ossrepo\icefaces-ee\branches\icefaces-ee-1.8.2\icefaces\bridge\lib\extras\tooltip_panelpopup.js
        Sending content: D:\work\development\head\svn\ossrepo\icefaces-ee\branches\icefaces-ee-1.8.2\icefaces\bridge\lib\extras\tooltip_panelpopup.js
        Completed: At revision: 20955

        Show
        Adnan Durrani added a comment - Trunk: Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\bridge\lib\extras\tooltip_panelpopup.js Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\bridge\lib\extras\tooltip_panelpopup.js Completed: At revision: 20954 EE: Modified: D:\work\development\head\svn\ossrepo\icefaces-ee\branches\icefaces-ee-1.8.2\icefaces\bridge\lib\extras\tooltip_panelpopup.js Sending content: D:\work\development\head\svn\ossrepo\icefaces-ee\branches\icefaces-ee-1.8.2\icefaces\bridge\lib\extras\tooltip_panelpopup.js Completed: At revision: 20955
        Hide
        Joanne Bai added a comment -

        Verified with success on ICEfaces-ee-1.8.2 revision 20970
        Verified using Tomcat 6.0.26 + FF3.5.8, IE8, IE7, IE6, Chrome 4

        Test app is committed to repo\qa\trunk\Regression\ICE-5246

        Show
        Joanne Bai added a comment - Verified with success on ICEfaces-ee-1.8.2 revision 20970 Verified using Tomcat 6.0.26 + FF3.5.8, IE8, IE7, IE6, Chrome 4 Test app is committed to repo\qa\trunk\Regression\ ICE-5246

          People

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

            Dates

            • Created:
              Updated:
              Resolved: