[JBoss JIRA] Created: (RF-9936) Fix taglib
by Pavol Pitonak (JIRA)
Fix taglib
----------
Key: RF-9936
URL: https://jira.jboss.org/browse/RF-9936
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone4
Reporter: Pavol Pitonak
richfaces-components-ui-4.0.0-SNAPSHOT.jar contains the following files containing information about components:
* a4j.taglib.xml
* rich.taglib.xml
* faces-config.xml
* pn.faces-config.xml
All these files should be in sync.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] Created: (RF-10727) tables: rowClass works only defined as string
by Ilya Shaikovsky (JIRA)
tables: rowClass works only defined as string
---------------------------------------------
Key: RF-10727
URL: https://issues.jboss.org/browse/RF-10727
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.CR1
Reporter: Ilya Shaikovsky
Assignee: Ilya Shaikovsky
<rich:dataTable value="#{olympicGamesBean.games}" var="game"
rowClasses="odd, even" columnClasses=",cityColumn"
onrowmouseover="this.style.fontWeight='bold'"
onrowmouseout="this.style.fontWeight='normal'"
rowClass="#{game.status}">
not works.
<rich:dataTable value="#{olympicGamesBean.games}" var="game"
rowClasses="odd, even" columnClasses=",cityColumn"
onrowmouseover="this.style.fontWeight='bold'"
onrowmouseout="this.style.fontWeight='normal'"
rowClass="test">
works.
but it has almost no sence without EL support.
Propose to fix in final if not risky. That functionality is most important for that attribute. And it was requested many times at forum starting from 3.x.
related:
https://jira.jboss.org/jira/browse/RF-5636 - original issue
https://issues.jboss.org/browse/RF-6494 - request for impl
https://issues.jboss.org/browse/RF-10380 - issue in EDT
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] Created: (RF-10688) Drop Down Menu - item moves a little when disabling
by Lukas Fryc (JIRA)
Drop Down Menu - item moves a little when disabling
---------------------------------------------------
Key: RF-10688
URL: https://issues.jboss.org/browse/RF-10688
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-menu
Affects Versions: 4.0.0.CR1
Environment: * RichFaces 4.0.0.20110227-CR1 r.21967
* Metamer 4.0.0.20110228-CR1 r.21993
* Apache MyFaces JSF-2.0 Core Impl 2.0.4
* JBoss AS 6.0.0.Final
* OpenJDK Runtime Environment 1.6.0_20-b20 @Linux
* Firefox 3.6.13 @ Linux x86_64
Reporter: Lukas Fryc
Check differences between styles for labels in disabled and enabled mode.
It seems that there is additional style padding: 2px 5px which causes position changes of items in menu.
When only one item disabled, it is difficult to recognize but if you disable more items, the difference will be visually recognizable (8 x 10px = 80px).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] Created: (RF-10725) Client side validation: cannot call method clearMessage
by Pavol Pitonak (JIRA)
Client side validation: cannot call method clearMessage
-------------------------------------------------------
Key: RF-10725
URL: https://issues.jboss.org/browse/RF-10725
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-validators
Affects Versions: 4.0.0.CR1
Environment: RichFaces 4.0.0-SNAPSHOT r.22102
Metamer 4.0.0-SNAPSHOT r.22123
Mojarra 2.1.0-FCS
GlassFish Server Open Source Edition 3.1-SNAPSHOT
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 10.0.648.127 @ Linux x86_64
Reporter: Pavol Pitonak
1. deploy Metamer and open http://localhost:8080/metamer/faces/components/richCalendar/csv.xhtml
2. select some future date in first calendar
result:
Chrome console shows the following error:
{quote}
Uncaught TypeError: Cannot call method 'clearMessage' of undefined
anonymous :2
AJAX_EVENTS.serverEventHandler richfaces.js:482
curry richfaces.js:458
richfaces.createJSFEventsAdapter richfaces.js:411
sendEvent jsf.js:1429
response jsf.js:2051
richfaces.queue.response richfaces-queue.js:407
jsf.ajax.response richfaces-queue.js:50
onComplete jsf.js:1218
AjaxEngine.req.xmlReq.onreadystatechange jsf.js:1199
{quote}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] Created: (RF-10698) inplaces: rf-* styleing problems
by Ilya Shaikovsky (JIRA)
inplaces: rf-* styleing problems
--------------------------------
Key: RF-10698
URL: https://issues.jboss.org/browse/RF-10698
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.CR1
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
1) root spans has rf-ii-d-s and rf-is-d-s classes and then in edit state edit classes applied.
To be consistent with all the other components root class should be rf-ii and rf-is
2) d-s e-s and c-s suffixes for states should not be used! We should not abbreviate states and part prefixes to just single letter(it's difficult even for me to remember what could ot mean and the developers will be confused without looking all the time to abbreviation table). Only few common exceptions made and them all are in tables at http://community.jboss.org/wiki/richCSSclassesnamingconvention. (b-body, c-cell, r-row)
should be renaimed to def-state. could discuss name but have to rename definitely.
3) after 2) - abbreviations should be put to wiki page.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months