[JBoss JIRA] Created: (RF-10226) Popup panel doesn't work inside rich:dataTable
by Juergen Zimmermann (JIRA)
Popup panel doesn't work inside rich:dataTable
----------------------------------------------
Key: RF-10226
URL: https://issues.jboss.org/browse/RF-10226
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.0.0.Milestone5
Reporter: Juergen Zimmermann
A dataTable contains rows, and each row provides a button for a popup panel. However, when I click on any button then nothing happens.
I'll attach a testcase in source and binary form:
* When you invoke <context>/faces/popup.xhtml you'll get a search form.
* Enter any name
* You'll get the same page plus the result set in a dataTable.
* Click on any icon in any row: No popup will appear.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 12 months
[JBoss JIRA] Created: (RF-10180) DataScroller - proper classes names and refactoring
by Anton Belevich (JIRA)
DataScroller - proper classes names and refactoring
---------------------------------------------------
Key: RF-10180
URL: https://issues.jboss.org/browse/RF-10180
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component, component-tables
Affects Versions: 4.0.0.CR1
Reporter: Anton Belevich
Assignee: Anton Belevich
Fix For: Future_4.X
There are strange CSS classes names with related events for dataScroller, e.g.:
1. for buttons on mousedown event 'rf-ds-hov' class is added which is not straightforward behavior since 'rf-ds-hov' seems to appear on mouseover event. So, all the classes should be reviewed and fixed in order to be informative, unambiguous and meaningful.
2. JS should be refactored
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 12 months
[JBoss JIRA] Created: (RF-10175) Ajax: incorrect parsing of execute/render attribute
by Nick Belaevski (JIRA)
Ajax: incorrect parsing of execute/render attribute
---------------------------------------------------
Key: RF-10175
URL: https://issues.jboss.org/browse/RF-10175
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core
Affects Versions: 4.0.0.CR1
Reporter: Nick Belaevski
Assignee: Anton Belevich
Priority: Critical
Fix For: 4.0.0.CR1
<a4j:ajax event="keyup" render="@this msgs" /> throws:
javax.faces.FacesException: @this msgs : Invalid id keyword specified for 'render' attribute
at org.ajax4jsf.component.behavior.AjaxBehavior.toSingletonSet(AjaxBehavior.java:170)
at org.ajax4jsf.component.behavior.AjaxBehavior.toSet(AjaxBehavior.java:132)
at org.ajax4jsf.component.behavior.AjaxBehavior.setLiteralAttribute(AjaxBehavior.java:99)
at org.richfaces.view.facelets.tag.BehaviorRule$LiteralAttributeMetadata.applyMetadata(BehaviorRule.java:52)
at org.apache.myfaces.view.facelets.tag.MetadataImpl.applyMetadata(MetadataImpl.java:45)
at javax.faces.view.facelets.MetaTagHandler.setAttributes(MetaTagHandler.java:68)
at javax.faces.view.facelets.DelegatingMetaTagHandler.setAttributes(DelegatingMetaTagHandler.java:93)
at org.richfaces.view.facelets.html.AjaxHandler.apply(AjaxHandler.java:94)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 12 months
[JBoss JIRA] Created: (RF-10161) Panel Menu - inconsistency in faces-config/taglib/properties
by Lukas Fryc (JIRA)
Panel Menu - inconsistency in faces-config/taglib/properties
------------------------------------------------------------
Key: RF-10161
URL: https://issues.jboss.org/browse/RF-10161
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-menu
Affects Versions: 4.0.0.Milestone5
Reporter: Lukas Fryc
See attached files which lists the attributes in several ways.
Their diff (hope it helps):
$ diff facesConfig2 taglib2
0a1,4
>
>
> action
> actionListener
1a6
> binding
9a15,22
> groupClass
> groupCollapseIconLeft
> groupCollapseIconRight
> groupDisableClass
> groupDisableIconLeft
> groupDisableIconRight
> groupExpandIconLeft
> groupExpandIconRight
10a24
> id
12a27,32
> itemClass
> itemDisableClass
> itemDisableIconLeft
> itemDisableIconRight
> itemIconLeft
> itemIconRight
14a35,41
> onclick
> ondblclick
> onmousedown
> onmousemove
> onmouseout
> onmouseover
> onmouseup
15a43
> rendered
16a45,61
> style
> styleClass
> topGroupClass
> topGroupCollapseIconLeft
> topGroupCollapseIconRight
> topGroupDisableClass
> topGroupDisableIconLeft
> topGroupDisableIconRight
> topGroupExpandIconLeft
> topGroupExpandIconRight
> topItemClass
> topItemDisableClass
> topItemDisableIconLeft
> topItemDisableIconRight
> topItemIconLeft
> topItemIconRight
> width
$ diff propertyKeys2 taglib2
0a1,4
>
>
> action
> actionListener
1a6
> binding
5d9
< converter
19a24
> id
37a43
> rendered
55d60
< value
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 12 months
[JBoss JIRA] Created: (RF-9641) rich:tooltip - @target is taking clientId, but component.id is expected
by Lukas Fryc (JIRA)
rich:tooltip - @target is taking clientId, but component.id is expected
-----------------------------------------------------------------------
Key: RF-9641
URL: https://jira.jboss.org/browse/RF-9641
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone3
Environment: RichFaces 4.0.0-SNAPSHOT r.19919
Metamer 4.0.0-SNAPSHOT r.unknown
Mojarra 2.0.2-FCS
Apache Tomcat 6.0.29
OpenJDK Runtime Environment 1.6.0_18-b18 @ Linux
Chrome 7.0.517.41 / Firefox 3.6.12 @ Linux x86_64
Reporter: Lukas Fryc
Currently, tooltip is using clientId for attaching to target component, but in past, the @for target contained component.id.
The doc isn't clear in this case: http://docs.jboss.org/richfaces/latest_3_3_X/en/devguide/html/rich_toolTi...
The sample doesn't clarify the difference in usage with regular HTML tags and JSF components.
<div id="regular-div" class="sample-panel">Div with clientId="regular-div"</div>
<a4j:outputPanel styleClass="sample-panel" id="jsf-div" layout="block">
Div with id="jsf-div", clientId="#{rich:clientId('jsf-div')}"
</a4j:outputPanel>
<rich:panel id="panel" style="width: 200px">
Panel's content 3 (id="panel", clientId="#{rich:clientId('panel')}")
<rich:tooltip id="tooltip" target="#{richTooltipBean.attributes['target'].value}">
Tooltip content
</rich:tooltip>
</rich:panel>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 12 months