[JBoss JIRA] (RF-12860) AccordionItem.js with error cause browser crash
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12860?page=com.atlassian.jira.plugin.s... ]
Brian Leathem reassigned RF-12860:
----------------------------------
Assignee: Pavol Pitonak
Pavol, can you please verify this behaviour?
> AccordionItem.js with error cause browser crash
> -----------------------------------------------
>
> Key: RF-12860
> URL: https://issues.jboss.org/browse/RF-12860
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.0.Final
> Environment: JBOSS7/JSF2/FirefoxESR10 or Chrome25.0.1
> Reporter: David Lee
> Assignee: Pavol Pitonak
> Labels: javascript, rich:accordionItem
> Fix For: 4.3.2
>
>
> Put the rich:accordionItem and rich:extendedDataTable on same page,
> and just click on any column for sort.
> The firebug will show an error:
> items[i].__header is not a function
> [Break On This Error]
> h -= items[i].__header().outerHeight();
> Looks like accordionItem.js line48 been triggered when sort:
> $(document).one("javascriptServiceComplete", function () {
> item.__fitToHeight(item.getTogglePanel());
> });
> And after this happened, my whole thing crashed.
> Now more sortable or click for any action.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months
[JBoss JIRA] (RF-12860) AccordionItem.js with error cause browser crash
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12860?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12860:
-------------------------------
Fix Version/s: 4.3.2
> AccordionItem.js with error cause browser crash
> -----------------------------------------------
>
> Key: RF-12860
> URL: https://issues.jboss.org/browse/RF-12860
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.0.Final
> Environment: JBOSS7/JSF2/FirefoxESR10 or Chrome25.0.1
> Reporter: David Lee
> Labels: javascript, rich:accordionItem
> Fix For: 4.3.2
>
>
> Put the rich:accordionItem and rich:extendedDataTable on same page,
> and just click on any column for sort.
> The firebug will show an error:
> items[i].__header is not a function
> [Break On This Error]
> h -= items[i].__header().outerHeight();
> Looks like accordionItem.js line48 been triggered when sort:
> $(document).one("javascriptServiceComplete", function () {
> item.__fitToHeight(item.getTogglePanel());
> });
> And after this happened, my whole thing crashed.
> Now more sortable or click for any action.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months
[JBoss JIRA] (RF-12859) richfaces kitchensink archetype - errors during deployment on EAP 6.1.0.Alpha1
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12859?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12859:
-------------------------------
Fix Version/s: 4.3.2
> richfaces kitchensink archetype - errors during deployment on EAP 6.1.0.Alpha1
> ------------------------------------------------------------------------------
>
> Key: RF-12859
> URL: https://issues.jboss.org/browse/RF-12859
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Jan Papousek
> Fix For: 4.3.2
>
>
> Richfaces Kitchensink Archetype 4.3.1.Final-1 generated by:
> {code}
> mvn -U archetype:generate \
> -Dbasedir=./ \
> -DarchetypeGroupId=org.richfaces.archetypes \
> -DarchetypeArtifactId=richfaces-archetype-kitchensink \
> -DarchetypeVersion=4.3.1.Final-1 \
> -DgroupId=org.richfaces.tests.archetypes \
> -DartifactId=richfaces-kitchensink \
> -Dversion=4.3.1.Final-1 \
> -Dpackage=org.richfaces.tests.archetypes.kitchensink \
> -DinteractiveMode=false
> -DarchetypeRepository=https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-055/
> {code}
> There are some errors and warning during the deployment on EAP 6.1.0.Alpha1. Here is the log from console:
> {code}
> 11:20:26,030 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "richfaces-kitchensink.war" (runtime-name: "richfaces-kitchensink.war")
> 11:20:26,882 INFO [org.jboss.as.jpa] (MSC service thread 1-4) JBAS011401: Read persistence.xml for primary
> 11:20:27,140 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/KitchensinkrfQuickstartDS]
> 11:20:27,444 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016002: Processing weld deployment richfaces-kitchensink.war
> 11:20:27,451 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-3) JNDI bindings for session bean named MemberRegistration in deployment unit deployment "richfaces-kitchensink.war" are as follows:
> java:global/richfaces-kitchensink/MemberRegistration!org.richfaces.tests.archetypes.kitchensink.service.MemberRegistration
> java:app/richfaces-kitchensink/MemberRegistration!org.richfaces.tests.archetypes.kitchensink.service.MemberRegistration
> java:module/MemberRegistration!org.richfaces.tests.archetypes.kitchensink.service.MemberRegistration
> java:global/richfaces-kitchensink/MemberRegistration
> java:app/richfaces-kitchensink/MemberRegistration
> java:module/MemberRegistration
> 11:20:27,648 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) JBAS016005: Starting Services for CDI deployment: richfaces-kitchensink.war
> 11:20:27,691 INFO [org.jboss.weld.Version] (MSC service thread 1-4) WELD-000900 1.1.10 (Final)
> 11:20:27,734 INFO [org.jboss.weld.deployer] (MSC service thread 1-7) JBAS016008: Starting weld service for deployment richfaces-kitchensink.war
> 11:20:27,735 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 23) JBAS011402: Starting Persistence Unit Service 'richfaces-kitchensink.war#primary'
> 11:20:27,868 INFO [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 23) HCANN000001: Hibernate Commons Annotations {4.0.1.Final}
> 11:20:27,874 INFO [org.hibernate.Version] (ServerService Thread Pool -- 23) HHH000412: Hibernate Core {4.2.0.CR1}
> 11:20:27,876 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 23) HHH000206: hibernate.properties not found
> 11:20:27,878 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 23) HHH000021: Bytecode provider name : javassist
> 11:20:27,897 INFO [org.hibernate.ejb.Ejb3Configuration] (ServerService Thread Pool -- 23) HHH000204: Processing PersistenceUnitInfo [
> name: primary
> ...]
> 11:20:28,125 INFO [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (ServerService Thread Pool -- 23) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
> 11:20:28,297 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 23) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
> 11:20:28,301 WARN [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 23) HHH000431: Unable to determine H2 database version, certain features may not work
> 11:20:28,303 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (ServerService Thread Pool -- 23) HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
> 11:20:28,310 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (ServerService Thread Pool -- 23) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
> 11:20:28,313 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 23) HHH000397: Using ASTQueryTranslatorFactory
> 11:20:28,342 INFO [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool -- 23) HV000001: Hibernate Validator 4.3.1.Final
> 11:20:28,551 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 23) HHH000227: Running hbm2ddl schema export
> 11:20:28,558 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 23) HHH000389: Unsuccessful: drop sequence hibernate_sequence
> 11:20:28,559 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 23) Sequence "HIBERNATE_SEQUENCE" not found; SQL statement:
> drop sequence hibernate_sequence [90036-168]
> 11:20:28,562 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 23) HHH000230: Schema export complete
> 11:20:28,963 INFO [org.jboss.web] (ServerService Thread Pool -- 10) JBAS018210: Register web context: /richfaces-kitchensink
> 11:20:29,027 INFO [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 10) Initializing Mojarra 2.1.18-jbossorg-1 20130205-1414 for context '/richfaces-kitchensink'
> 11:20:30,427 INFO [org.richfaces.log.Cache] (ServerService Thread Pool -- 10) Selected fallback cache factory
> 11:20:30,428 INFO [org.richfaces.log.Cache] (ServerService Thread Pool -- 10) Creating LRUMap cache instance using parameters: {resteasy.scanned.resources=org.richfaces.tests.archetypes.kitchensink.rest.MemberResourceRESTService, org.richfaces.resourceOptimization.enabled=true, javax.ws.rs.Application=org.richfaces.tests.archetypes.kitchensink.rest.JaxRsActivator, resteasy.injector.factory=org.jboss.resteasy.cdi.CdiInjectorFactory, org.richfaces.skin=classic, javax.faces.PROJECT_STAGE=Production, resteasy.servlet.mapping.prefix=/rest, resteasy.unwrapped.exceptions=javax.ejb.EJBException}
> 11:20:30,433 INFO [org.richfaces.log.Cache] (ServerService Thread Pool -- 10) Creating LRUMap cache instance of 512 items capacity
> 11:20:30,444 INFO [org.richfaces.log.Application] (ServerService Thread Pool -- 10) RichFaces Core Implementation by JBoss by Red Hat, version 4.3.1.Final
> 11:20:30,463 WARNING [org.richfaces.log.Application] (ServerService Thread Pool -- 10) JMS API was found on the classpath; if you want to enable RichFaces Push JMS integration, set context-param 'org.richfaces.push.jms.enabled' in web.xml
> 11:20:30,478 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) RewriteFilter starting up...
> 11:20:30,488 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [1] org.ocpsoft.rewrite.servlet.spi.RewriteLifecycleListener [org.ocpsoft.rewrite.cdi.bridge.RewriteLifecycleEventBridge<-100>]
> 11:20:30,488 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [2] org.ocpsoft.rewrite.servlet.spi.RequestCycleWrapper [org.ocpsoft.rewrite.servlet.impl.HttpRewriteRequestCycleWrapper<0>, org.ocpsoft.rewrite.cdi.bridge.RequestCycleWrapperBridge<0>]
> 11:20:30,488 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [2] org.ocpsoft.rewrite.spi.RewriteProvider [org.ocpsoft.rewrite.servlet.impl.DefaultHttpRewriteProvider<0>, org.ocpsoft.rewrite.cdi.bridge.RewriteProviderBridge<100>]
> 11:20:30,489 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [1] org.ocpsoft.rewrite.servlet.spi.InboundRewriteProducer [org.ocpsoft.rewrite.servlet.impl.HttpInboundRewriteProducer<0>]
> 11:20:30,489 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [1] org.ocpsoft.rewrite.servlet.spi.OutboundRewriteProducer [org.ocpsoft.rewrite.servlet.impl.HttpOutboundRewriteProducer<0>]
> 11:20:30,490 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [0] org.ocpsoft.rewrite.servlet.spi.ContextListener []
> 11:20:30,492 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [0] org.ocpsoft.rewrite.servlet.spi.RequestListener []
> 11:20:30,493 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [0] org.ocpsoft.rewrite.servlet.spi.RequestParameterProvider []
> 11:20:30,509 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [1] org.ocpsoft.rewrite.spi.ExpressionLanguageProvider [org.ocpsoft.rewrite.cdi.CdiExpressionLanguageProvider]
> 11:20:30,510 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [0] org.ocpsoft.rewrite.spi.InvocationResultHandler []
> 11:20:30,512 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [1] org.ocpsoft.common.spi.ServiceEnricher [org.ocpsoft.rewrite.cdi.CdiServiceEnricher]
> 11:20:30,514 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [1] org.ocpsoft.rewrite.config.ConfigurationProvider [org.richfaces.tests.archetypes.kitchensink.util.RewriteConfigurationProvider<10>]
> 11:20:30,514 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) RewriteFilter initialized.
> 11:20:30,723 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "richfaces-kitchensink.war" (runtime-name : "richfaces-kitchensink.war")
> {code}
> It works correctly on EAP 6.0.1.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months
[JBoss JIRA] (RF-12854) rich:contextMenu - onmouseout - it is triggered also for onmousemove
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12854?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12854:
-------------------------------
Fix Version/s: 5-Tracking
> rich:contextMenu - onmouseout - it is triggered also for onmousemove
> --------------------------------------------------------------------
>
> Key: RF-12854
> URL: https://issues.jboss.org/browse/RF-12854
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-menu
> Affects Versions: 4.3.0.Final, 4.3.2
> Environment: RichFaces 4.3.0.Final
> Metamer 4.3.2-SNAPSHOT
> JBoss Application Server: Weld Integration 7.1.1.Final
> JBoss AS 7.1.1.Final
> Java(TM) SE Runtime Environment 1.7.0_05-b06 @ Linux
> Chrome 25.0.1364.172 @ Linux x86_64 and Firefox
> Reporter: Juraj Húska
> Priority: Minor
> Fix For: 5-Tracking
>
>
> {{onmouseout}} attribute of {{rich:contextMenu}} and {{rich:dropDownMenu}} is listening also for {{onmousemove}} events instead of just {{onmouseout}} events.
> Please see the steps to reproduce.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months
[JBoss JIRA] (RF-12853) rich:inplaceSelect: JS API bugs
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12853?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12853:
-------------------------------
Fix Version/s: 5-Tracking
> rich:inplaceSelect: JS API bugs
> -------------------------------
>
> Key: RF-12853
> URL: https://issues.jboss.org/browse/RF-12853
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Environment: JBoss AS 7.1,
> FF 18, Chrome 24
> RichFaces 4.3.2-SNAPSHOT
> Reporter: Jiří Štefek
> Fix For: 5-Tracking
>
>
> The function hidePopup() does not exist.
> Error in console:
> {code}
> RichFaces.$(...).hidePopup is not a function
> {code}
> The function setValue() is not working.
> Error in console:
> {code}
> TypeError: item is null
> InplaceSelect.js line 217
> var clientSelectItem = item.data('clientSelectItem');
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months
[JBoss JIRA] (RF-12849) Showcase - update readme - remove obsolete, add new
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12849?page=com.atlassian.jira.plugin.s... ]
Brian Leathem reassigned RF-12849:
----------------------------------
Assignee: Juraj Húska
> Showcase - update readme - remove obsolete, add new
> ---------------------------------------------------
>
> Key: RF-12849
> URL: https://issues.jboss.org/browse/RF-12849
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: doc, showcase
> Affects Versions: 4.3.1
> Reporter: Juraj Húska
> Assignee: Juraj Húska
> Fix For: 4.3.2
>
>
> After rewriting showcase readme to markdown syntax I would update it for example with following:
> * reference to showcase online demo
> * remove publishing to GAE and put there publishing to Openshift instead
> * I would create small clickable TOC in the top of the page
> * remove deploying on JBoss AS 6 and maybe add deploying on EAP 6 (it is now available to download)
> * Mention JBDS as an option
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months