[jboss-jira] [JBoss JIRA] Assigned: (JBPORTAL-2035) Partial Refresh Failure - Deprecated Functions in dyna.js

Thomas Heute (JIRA) jira-events at lists.jboss.org
Fri Nov 7 06:14:36 EST 2008


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

Thomas Heute reassigned JBPORTAL-2035:
--------------------------------------

    Assignee: Wesley Hales  (was: Sohil Shah)


Wesley, i assign this task to you, it went to Sohil for some obscure reason. Could it be the issue we had with the update ?

Dan, Sorry about missing this valuable Jira

> Partial Refresh Failure - Deprecated Functions in dyna.js
> ---------------------------------------------------------
>
>                 Key: JBPORTAL-2035
>                 URL: https://jira.jboss.org/jira/browse/JBPORTAL-2035
>             Project: JBoss Portal
>          Issue Type: Patch
>      Security Level: Public(Everyone can see) 
>          Components: Portal Core, Portal Theme
>    Affects Versions: 2.6.5 Final, 2.6.5 SP1
>         Environment: N/A
>            Reporter: Dan Krieger
>            Assignee: Wesley Hales
>            Priority: Optional
>         Attachments: dyna.js
>
>
> I originally had a problem getting partial refresh to operate correctly in Firefox 3 CR1 (although I was not able to test other platforms due to limited computer access).  With Prototype having been updated to the most recent version, dyna.js had several deprecated functions that seemed to be the source of the problems in Firefox 3.
> Changes worth mentioning:
> Element.getElementsByClassName is deprecated now
>     - $(element).select('.'+classname); is the preferred (and functional) solution
> document.getElementsByClassName("class-name") is best performed now by $$(".class-name")
>     - notice the inclusion of a . in the classname string (css-style selector)

-- 
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 jboss-jira mailing list