[JBoss JIRA] Created: (RF-2991) No alt atribute for rich:calendar button image
by Peter Haldbæk (JIRA)
No alt atribute for rich:calendar button image
----------------------------------------------
Key: RF-2991
URL: http://jira.jboss.com/jira/browse/RF-2991
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: OS: Windows XP
Platform: JBoss AS 4.2.1.GA, Sun JDK 1.6.0_02, JBoss Seam 2.0.1.GA
Reporter: Peter Haldbæk
The alt attribute is required for the img tag according to the HTML 4.01 specification. It is missing for the button image when using the rich:calendar component.
Adding a <rich:calendar /> element to a page will result in HTML for the calendar button like this:
<img class="rich-calendar-button " id="j_id93:fromDecoration:fromPopupButton" style="vertical-align: middle" src="some CalendarIcon" />
The alt attribute is missing. I have seen this in older versions (pre 3.2.0) as well.
--
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
17 years, 7 months
[JBoss JIRA] Created: (RF-3684) NPE: ProgressBarAnimatedBg
by Nick Belaevski (JIRA)
NPE: ProgressBarAnimatedBg
--------------------------
Key: RF-3684
URL: http://jira.jboss.com/jira/browse/RF-3684
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0.SR1
Environment: blueSky skin
Reporter: Nick Belaevski
Assigned To: Dmitry Svyatobatsko
Fix For: 3.2.2
java.lang.NullPointerException: Colors cannot be null
at java.awt.GradientPaint.<init>(Unknown Source)
at org.richfaces.renderkit.html.images.ProgressBarAnimatedBg.paint(ProgressBarAnimatedBg.java:92)
at org.ajax4jsf.resource.AnimationResource.send(AnimationResource.java:80)
at org.ajax4jsf.resource.ResourceLifecycle.sendResource(ResourceLifecycle.java:221)
at org.ajax4jsf.resource.ResourceLifecycle.send(ResourceLifecycle.java:157)
at org.ajax4jsf.resource.InternetResourceService.load(InternetResourceService.java:333)
at org.ajax4jsf.cache.LRUMapCache.load(LRUMapCache.java:116)
at org.ajax4jsf.cache.LRUMapCache.get(LRUMapCache.java:87)
--
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
17 years, 7 months
[JBoss JIRA] Created: (RF-3495) modal panel in dev guide
by Ilya Shaikovsky (JIRA)
modal panel in dev guide
------------------------
Key: RF-3495
URL: http://jira.jboss.com/jira/browse/RF-3495
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Reporter: Ilya Shaikovsky
Assigned To: Svetlana mukhina
Fix For: 3.2.1
FIRST ISSUE
6.62.5. Details of Usage
At first in the Important: section add next phrase in the very end:
"(So, no form should be around the modal panel in this case)"
And in first example remove form element from the snippet.
This causes error, customers forgot that no for should be around when one inside.
SECOND
please use new ways of calling panel described at livedemo modal panel page. Richfaces.showModalPanel() still alive but not preferable to use.
--
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
17 years, 7 months