[JBoss JIRA] Created: (RF-4190) inplaseSelect: in case using rich:componentControl for call setValue() JS API [object Object] appears
by Tatyana Romanovich (JIRA)
inplaseSelect: in case using rich:componentControl for call setValue() JS API [object Object] appears
-----------------------------------------------------------------------------------------------------
Key: RF-4190
URL: https://jira.jboss.org/jira/browse/RF-4190
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: IE6, 7
FF3
Safari
Opera
RF-3.2.2.BETA4
Reporter: Tatyana Romanovich
Assignee: Nick Belaevski
1. Add link called "setValue()" on the page with inplaceSelect component:
<a href="#" id="setValueID">setValue('passeds','passeds')</a>
2. Bind this link & inplaceSelect component following way:
<rich:componentControl attachTo="setValueID" event="onclick"
for="inplaceSelectID" operation="setValue">
<f:param name="value" value="passeds"/>
<f:param name="label" value="passeds"/>
</rich:componentControl>
3. Navigate to the test application, select InplaceSelect component.
4. Click on inplaceSelect('passed','passed') link
5. Verify inplaceSelect value.
FAILURE: [object Object] displays in the inplaceSelect component
--
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
17 years, 3 months
[JBoss JIRA] Created: (RF-1620) componentControl: does not transmit parametres in condextMenu
by Aleksej Yanul (JIRA)
componentControl: does not transmit parametres in condextMenu
-------------------------------------------------------------
Key: RF-1620
URL: http://jira.jboss.com/jira/browse/RF-1620
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Environment: jsp
tomcat 6.0.13
Reporter: Aleksej Yanul
Assigned To: Nick Belaevski
<rich:contextMenu id="ccContextMenuID" submitMode="ajax" onexpand="alert(event.parameters.name)">
<rich:menuItem icon="/pics/header.png" value="tab1">
</rich:menuItem>
\ <rich:componentControl event="oncontextmenu" attachTo="ccContextMenuPanelMenuID" for="ccContextMenuID" operation="show" />
<h:commandButton id="aaaa" value="sdsafsa" >
<rich:componentControl for="ccContextMenuID" event="onclick" disableDefault="true" operation="expand" params="name:'ssss'"/>
</h:commandButton>
--
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, 3 months
[JBoss JIRA] Created: (RF-4188) modalPanel: JS function doesn't update output text on rich:modalPanel under IE6, IE7.
by Mikhail Vitenkov (JIRA)
modalPanel: JS function doesn't update output text on rich:modalPanel under IE6, IE7.
-------------------------------------------------------------------------------------
Key: RF-4188
URL: https://jira.jboss.org/jira/browse/RF-4188
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: IE6, IE7(3.2.2.BETA4)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
Step 1. Create following function that output modalPanel's size in <script> section:
<script type="text/javascript">
function multiply(height,width){
var tbody = document.getElementById('tbodyID');
var tr = tbody.getElementsByTagName('TR');
var y = parseInt(height);
var x = parseInt(width);
trs[1].innerHTML = 'modalPanel\'s size: ' + x + 'x' +y + ' px*px';
return false;
}
</script>
Step 2. Inside modalPanle put following panelGrid:
<h:panelGrid columns="2" id="findComponentID">
<tbody id="tbodyID">
<tr>
<td><a4j:commandLink value="getSize" reRender="findID"
onclick="javascript:multiply(#{rich:findComponent('modalPanelID').height},#{rich:findComponent('modalPanelID').width});"></a4j:commandLink>
</td>
</tr>
<tr>
<td><h:outputText /></td>
</tr>
</tbody>
</h:panelGrid>
Step 3. Navigate on the page, contained tested modalPanel.
Step 4. Call modalPanel.
Step 5. Click on "getSize" commandLink
Actual behavior:
Under FF,Opera & Safari following string appears: modalPanel's size: 300x300 px*px
But under IE6 & IE7 following JS Error take place: "Unknown runtime error".
--
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
17 years, 3 months
[JBoss JIRA] Created: (RF-3369) PickList does not work properly inside modalPanel
by Vikram Chhetry (JIRA)
PickList does not work properly inside modalPanel
-------------------------------------------------
Key: RF-3369
URL: http://jira.jboss.com/jira/browse/RF-3369
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: Suse 10.0
Reporter: Vikram Chhetry
Hi,
i have a pickList inside a modal panel which does not work properly.
Issues:-
1.) When I select an item and move it to the right the last item in the left is lost.
2.) When I copy all item to the right and remove them and then again select 1 item from from the list and say submit, the value is posted twice.
3.) When I select all the items and press submit the values are submitted multiple times. Ex: If selected item are 3 the all the item will be submitted 3 time and 4 for 4 and 5 for 5..........
Is it a bug or I am doing something wrong?
-Vikram
--
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, 3 months