[JBoss JIRA] Created: (RF-2329) Components description improvement
by Svetlana mukhina (JIRA)
Components description improvement
----------------------------------
Key: RF-2329
URL: http://jira.jboss.com/jira/browse/RF-2329
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.1.4
Reporter: Svetlana mukhina
Assigned To: Michael Sorokin
Fix For: 3.1.5, 3.2.0
Look through description of the following components:
<rich:dragListener>, <rich:dropListener>, <rich:treeNode>, <rich:changeExpandListener>, <rich:nodeSelectListener>, <rich:recursiveTreeNodesAdaptor>, <rich:treeNodesAdaptor>, <a4j:portlet>.
Try to improve it and unify with other component descriptions (e.g. calendar, tree)
--
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
16 years, 8 months
[JBoss JIRA] Created: (RF-7629) Richfaces button
by dennie (JIRA)
Richfaces button
----------------
Key: RF-7629
URL: https://jira.jboss.org/jira/browse/RF-7629
Project: RichFaces
Issue Type: Feature Request
Components: component-input
Affects Versions: 3.3.1
Reporter: dennie
I think it would be nice to have a rich:faces button. Something like:
============
<rich:button action="">
<h:panelGroup>
<h:graphicImage..
<h:outputText ...
</h:panelGroup>
</rich:button>
============
The ui behaviour should be the same like the label facet of rich:dropDownMenu.
<rich:dropDownMenu>
<f:facet name="label">
<h:panelGrid columns="2">
<h:graphicImage...
<h:outputText ...
</h:panelGrid>
</f:facet>
</rich:dropDownMenu>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months
[JBoss JIRA] Created: (RF-7610) Suggestionbox inputtext onchange
by dennie (JIRA)
Suggestionbox inputtext onchange
---------------------------------
Key: RF-7610
URL: https://jira.jboss.org/jira/browse/RF-7610
Project: RichFaces
Issue Type: Bug
Components: component-input
Affects Versions: 3.3.1, 3.3.0
Environment: Firefox 3.0.12
Reporter: dennie
Hi, I think there's a problem with the suggestionbox. I have a inputtext which has a suggestionbox connected to it. When I select an item with the keyboard and select it with the enter key everything works as expected. The input field value gets changed and the action is called when the focus is lost. But when I select the item with my mouse the fetchvalue is not set before the onchange action is called.
The problem problably is that the focus is transfered when the mouse is used, but it's not consistent for the developer.
Example code:
<a4j:region immediate="true">
<h:inputText value="#{requestObj.value1}" id="input1" >
<a4j:support event="onchange" action="#{requestObj.doAction}"/>
</h:inputText>
</a4j:region>
<rich:suggestionbox for="input1" id="inputSuggestion"
fetchValue="#{suggest.number}" immediate="true"
suggestionAction="#{suggestionBoxHelper.suggestInput1}" var="suggest">
<h:column>
<h:outputText value="#{suggest.number}" />
</h:column>
<h:column>
<h:outputText value="#{suggest.name}" />
</h:column>
</rich:suggestionbox>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months