[richfaces-issues] [JBoss JIRA] Created: (RF-992) calendar: the typo in style attribute

Sergey Smirnov (JIRA) jira-events at lists.jboss.org
Fri Sep 21 18:04:11 EDT 2007


calendar: the typo in style attribute
-------------------------------------

                 Key: RF-992
                 URL: http://jira.jboss.com/jira/browse/RF-992
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.1.0
            Reporter: Sergey Smirnov
         Assigned To: Maksim Kaszynski
            Priority: Critical
             Fix For: 3.1.1, 3.2.0


calendar zindex doesn't work even out of scrollableDataTable. I have a calendar in a area on top of a scrollableDataTable. Whatever zindex I give, the calendar will be partially clipped off by the scrollableDataTable.
I looked the source code and found follow piece for calendar:

style="z-index: #{ component . attributes [ 'zindex' ]"

should it be:

style="z-index: #{ component . attributes [ 'zindex' ] }"

Thanks!

Rulin

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