[ 
https://issues.apache.org/struts/browse/WW-3156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46918#action_46918
 ] 

J Timreck commented on WW-3156:
-------------------------------

There were two different issues reported here.  The second - "If i use tooltip 
i am getting a javascript error as 'in_obj' Undefined" - is an error that will 
occur when using IE (and judging by the code Konqueror as well).  I ran into 
this problem after adding javascript tooltips to a page.  It looks like the 
code in domTT.js was minified but the object references within the eval() 
statements did not get replaced with the numeric identifier.

In other words, eval("in_obj.currentStyle."+_39) should read 
eval("_37.currentStyle." +_39)

> not able to specify css class for up and down arrows in option transfer 
> select tag and script errors
> ----------------------------------------------------------------------------------------------------
>
>                 Key: WW-3156
>                 URL: https://issues.apache.org/struts/browse/WW-3156
>             Project: Struts 2
>          Issue Type: Bug
>          Components: "New" API
>    Affects Versions: 2.1.6
>            Reporter: lokesha
>             Fix For: 2.1.8
>
>
> I am not able to specify the css class for the up and down arrows in option 
> transferselect tag and I am getting a script error as 'strutsUtil' is 
> undefined
> If i use tooltip  i am getting a javascript error  as 'in_obj' Undefined.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to