[richfaces-issues] [JBoss JIRA] Resolved: (RF-1273) when add modalPanel and ui:rating rating not work at all

Sergey Halipov (JIRA) jira-events at lists.jboss.org
Thu Nov 1 10:44:45 EDT 2007


     [ http://jira.jboss.com/jira/browse/RF-1273?page=all ]

Sergey Halipov resolved RF-1273.
--------------------------------

    Resolution: Won't Fix

There is a bug in rating, not in modal panel.
Modal panel is based on prototype.js script, that extends JS Array object ( http://www.sergiopereira.com/articles/prototype.js.html#Reference.Array ).
So rating script fails during incorrect iteration of array in function bpui.rating.preloadDefaultImages() (line 101 in file bp-ui-14.jar/META-INF/rating/script.js).


> when add modalPanel and ui:rating rating not work at all
> --------------------------------------------------------
>
>                 Key: RF-1273
>                 URL: http://jira.jboss.com/jira/browse/RF-1273
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.3
>         Environment: SUN RI 1.2, Tomahawk 1.6, rihfaces 3.1.2, Tomcat 6.10
>            Reporter: Vitaly Smyk
>         Assigned To: Sergey Halipov
>            Priority: Minor
>             Fix For: 3.2.0
>
>
> after add rich:modalPanel ui:rating stop working, but rendered.
> ui components - sun blueprints components 
> <rich:modalPanel id="staticpopup" minHeight="200" minWidth="450"
>                  height="400" width="500" zindex="2000">
> </rich:modalPanel>
>     
>     <html:form id="form">
>              <ui:rating maxGrade="5" includeNotInterested="false" includeClear="true" gradeReadOnly="false"
>     hoverTexts="#{Film.ratingText}"
>     clearHoverText="????????" grade="#{Film.rating}"/>
>     </html:form>

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

        



More information about the richfaces-issues mailing list