[richfaces-issues] [JBoss JIRA] Created: (RF-4418) tooltip: js error over the inputText

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Mon Sep 8 08:22:38 EDT 2008


tooltip: js error over the inputText
------------------------------------

                 Key: RF-4418
                 URL: https://jira.jboss.org/jira/browse/RF-4418
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
         Environment: FF only
            Reporter: Ilya Shaikovsky
            Assignee: Nick Belaevski


Seems this is the problem of FF anonimous divs that was already solved for inputText.

HtmlInputTextarea textArea = new HtmlInputTextarea();
textArea .setValue("Show my address");
HtmlToolTip  toolTip = new HtmlToolTip ();
toolTip.setFollowMouse(true);
toolTip.setDirection("top-right");
toolTip.setShowDelay(500);		
toolTip.setValue("Show my tooltip");
textArea.getChildren().add(toolTip);

result 

Error: [Exception... "'Permission denied to get property HTMLDivElement.parentNode' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "" data: no]

but tooltip appears fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list