[JBoss JIRA] Created: (RF-4599) scrollableDataTable: PrototypeScript crash during increase data length from 100 to 1000.
by Mikhail Vitenkov (JIRA)
scrollableDataTable: PrototypeScript crash during increase data length from 100 to 1000.
----------------------------------------------------------------------------------------
Key: RF-4599
URL: https://jira.jboss.org/jira/browse/RF-4599
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: Facelets - jdk1.5.0_12 - tomcat 6.0.16 - jsf 1.2_09 - FF 3.0.3(RichFaces 3.3.0-SNAPSHOT )
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
Priority: Critical
Step 1. Set following precondition for SDT component:
length=" 100" rows="100" first="0" timeout="0" frozencolcount="0" limitToList="false"
bypassUpdates="false" ajaxSingle="true" hideWhenScrolling="false".
Step 2. Start the server(see Environment section) & open page in Firefox.
Step 3. Set rows to 500 & click mouse out.
Step 4. Set length to 1000 & click "OK" button.
Actual behavior:
Modal dialog window with suggestions to stop script, to debug script or to continue appears. For more information see attached PrototypeScriptError.png
--
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
14 years, 10 months
[JBoss JIRA] Created: (RF-4455) Implement Maven 2 Seam application for regression testing
by Nick Belaevski (JIRA)
Implement Maven 2 Seam application for regression testing
----------------------------------------------------------
Key: RF-4455
URL: https://jira.jboss.org/jira/browse/RF-4455
Project: RichFaces
Issue Type: Task
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Vladimir Molotkov
Priority: Critical
Fix For: 3.3.0
Implement Seam application for regression testing
Requirements:
1. Seam & RichFaces versions set in pom file and should be switched easily by setting properties from command line
2. Application should be packaged as EAR deployable to JBoss 4.2 or 4.3
3. Datasource for HSQL DB should be set up and SQL import should happen on JBoss startup
4. JSP and Facelet pages should be working side-by-side
5. Selenium should be set up and ready to to run integration tests by invoking mvn clean integration-test
--
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
14 years, 10 months
[JBoss JIRA] Created: (RF-4362) inplaceSelect: oneditactivation fired after oneditactivated
by Tatyana Romanovich (JIRA)
inplaceSelect: oneditactivation fired after oneditactivated
-----------------------------------------------------------
Key: RF-4362
URL: https://jira.jboss.org/jira/browse/RF-4362
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: RF-3.2.2.CR2
Reporter: Tatyana Romanovich
Assignee: Nick Belaevski
Priority: Minor
1. Create tested application with code:
<rich:inplaceSelect id="iSId1"
............................
oneditactivation="if (!confirm('Are you sure you want to change value?')){return false;}">
<f:selectItems value="#{inplaceComponentsBean.capitals}" />
<f:selectItem itemLabel="Outras Atividades" itemValue="10" />
<a4j:support event="onviewactivated" oncomplete="alert ('Some functions');"/>
</rich:inplaceSelect>
2. Run application on the server
3. Click on the inplaceSelect component.
Result: confirm dialog appears
4. Click OK button.
Result: alert appears (oneditactivated fired)
5. Click Ok button
FAILURE: confirm dialog appears again, i.e. oneditactivation fired again.
--
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
14 years, 10 months