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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Sep 8 12:54:38 EDT 2008


     [ https://jira.jboss.org/jira/browse/RF-4418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski resolved RF-4418.
--------------------------------

    Fix Version/s: 3.2.2
       Resolution: Done
         Assignee: Mikhail Vitenkov  (was: Nick Belaevski)


> 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: Mikhail Vitenkov
>             Fix For: 3.2.2
>
>
> 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