[JBoss JIRA] Created: (RF-2187) ajax request return wrong rows in responce
by Ilya Shaikovsky (JIRA)
ajax request return wrong rows in responce
------------------------------------------
Key: RF-2187
URL: http://jira.jboss.com/jira/browse/RF-2187
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Maksim Kaszynski
Fix For: 3.2.0
Max, please check the project attached.
The problem is
choose some value from select on any row .
fill Xdimension with some value (1)
file Qty field with some value (1)
***Price field will be updated.
If you will change the value in Qty input - corresponding Price will be changed except one case:
change something in Qty with immidiate click inside some input inside another row.
spans for the clicked row(empty) - comes instead of spans for the row which is changed.
--
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, 11 months
[JBoss JIRA] Created: (RF-2192) Panel Menu: Action listerner doesn't caled
by Ilya Shaikovsky (JIRA)
Panel Menu: Action listerner doesn't caled
------------------------------------------
Key: RF-2192
URL: http://jira.jboss.com/jira/browse/RF-2192
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Nick Belaevski
Fix For: 3.2.0
demosite example. In PanelMenu bean there is
public void updateCurrent(ActionEvent event) {
System.out.println("listener called");
setCurrent(((UIPanelMenuItem)event.getComponent()).getLabel().toString());
}
1) on the page make next change
<rich:panelMenuItem label="Item 1.1" actionListener="#{panelMenu.updateCurrent}">
no requests fired.
2) on the page change to
<rich:panelMenuItem label="Item 1.1" actionListener="#{panelMenu.updateCurrent}" action="#{panelMenu.updateCurrent}">
reques fired. only action called./
1) Should be request in ajax mode in any case
2) listener should be called
--
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, 11 months
[JBoss JIRA] Created: (RF-2614) toolTip: rich:tooltIP component doesn't appear after submit.
by Mikhail Vitenkov (JIRA)
toolTip: rich:tooltIP component doesn't appear after submit.
------------------------------------------------------------
Key: RF-2614
URL: http://jira.jboss.com/jira/browse/RF-2614
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: IE6, IE7, FF, Safari
Reporter: Mikhail Vitenkov
Assigned To: Nick Belaevski
Priority: Critical
Step 1. Add toolTip on the page, use following code:
<rich:toolTip id="tooltipID" value="#{tooltip.value}" mode="#{tooltip.mode}" styleClass="#{style.styleClass}" style="#{style.style}"...
</rich:toolTip>
Step 2. Mouse over the tested rich:toolTip - toolTip appears.
Step 3. Click Submit button(<h:commandButton value="submit"></h:commandButton>).
Step 4. Make mouse over the area binded with tested toolTip.
Actual behavior:
ToolTip doesn't apper. It's appear just after context menu being called.
--
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, 11 months