[richfaces-issues] [JBoss JIRA] Resolved: (RF-5202) Problem with ui.pack.js in line 9774

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sat Dec 6 02:32:36 EST 2008


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

Nick Belaevski resolved RF-5202.
--------------------------------

    Fix Version/s: 3.3.0
       Resolution: Done
         Assignee: Tsikhon Kuprevich


Affects tooltip under IE6

> Problem with ui.pack.js in line 9774
> ------------------------------------
>
>                 Key: RF-5202
>                 URL: https://jira.jboss.org/jira/browse/RF-5202
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>            Reporter: marcin muras
>            Assignee: Tsikhon Kuprevich
>             Fix For: 3.3.0
>
>         Attachments: richfaces_ui_pack_js_bug.jpg
>
>
> In richfaces-ui-3.2.2.GA.jar in directory org/richfaces/ we can find ui.pack.js.
> It seems that something is wrong in line 9774.
> Now we this line look like:
> (....'iframe"style="position: absolute; width: '+this.toolTipOffsetW+"px; height: "+this.toolTipOffsetH+"px; display: none;background-color:black; z-index: "+ +(E-1)+';"></iframe>');)
> Problems are:
> 1. As we can see at the end we can find double '+'. 
> 2. Whats more to concatenate string ''' is used. But at the of the line '"'.
> So I think this line should look like:
> (....'iframe"style="position: absolute; width: '+this.toolTipOffsetW+'px; height: '+this.toolTipOffsetH+'px; display: none;background-color:black; z-index: '+(E-1)+';"></iframe>');)

-- 
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