[JBoss JIRA] (RF-13651) Integration tests failing in chrome
by Matej Novotny (JIRA)
[ https://issues.jboss.org/browse/RF-13651?page=com.atlassian.jira.plugin.s... ]
Matej Novotny edited comment on RF-13651 at 6/11/14 8:25 AM:
-------------------------------------------------------------
I did some more testing regarding @Warp tests in a4j.
It seems that all @Warp tests using BeforePhase hooks fail with Chrome . But they all work correctly with Firefox and PhantomJS
I suppose the tests were taken from RF 5, so I tried it there but it fails as well - I think we took already failing tests and added them here.
Furthermore I downloaded Arq. warp extension repo and ran the integration tests there (there is a JSF lifecycle [test|https://github.com/arquillian/arquillian-extension-warp/blob/master/...]). The test passed correctly with identical setup (wildfly and chrome). Hence I suppose there is no bug in arquillian itself.
I also tried changing dependecies version but with no luck, it still fails on chrome.
EDIT: I created RF-13663 to track Chrome+Warp issue separately as it might be problem with Warp rather than RF itself
was (Author: manovotn):
I did some more testing regarding @Warp tests in a4j.
It seems that all @Warp tests using BeforePhase hooks fail with Chrome . But they all work correctly with Firefox and PhantomJS
I suppose the tests were taken from RF 5, so I tried it there but it fails as well - I think we took already failing tests and added them here.
Furthermore I downloaded Arq. warp extension repo and ran the integration tests there (there is a JSF lifecycle [test|https://github.com/arquillian/arquillian-extension-warp/blob/master/...]). The test passed correctly with identical setup (wildfly and chrome). Hence I suppose there is no bug in arquillian itself.
I also tried changing dependecies version but with no luck, it still fails on chrome.
Any idea what might cause this?
> Integration tests failing in chrome
> -----------------------------------
>
> Key: RF-13651
> URL: https://issues.jboss.org/browse/RF-13651
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: tests - functional
> Reporter: Brian Leathem
> Assignee: Matej Novotny
> Fix For: 4.5.0.Alpha3
>
>
> The framework tests pass in phantomjs but some fail in chrome.
> Resolution of this issue involves running and stabilizing the tests in all supported browsers.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (RF-13663) Warp on Chrome
by Matej Novotny (JIRA)
Matej Novotny created RF-13663:
----------------------------------
Summary: Warp on Chrome
Key: RF-13663
URL: https://issues.jboss.org/browse/RF-13663
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.5.0.Alpha2
Environment: Chrome
Wildfly 8.0
Reporter: Matej Novotny
Assignee: Lukáš Fryč
This issue originates from RF-13651.
RF 4.5 integration tests (I tried it with a4j tests) fail when there is a @Warp test using @BeforePhase JSF hooks.
The problem is that the Phase does not get executed. However this only happens with Chrome, FF and PhantomJS work corectly.
This is the exception:
{code}
testExecuteForm(org.richfaces.component.region.ITExecuteRichAjax) Time elapsed: 11.187 sec <<< ERROR!
org.jboss.arquillian.warp.impl.client.verification.InspectionMethodWasNotInvokedException: Lifecycle test declared on public void org.richfaces.component.region.VerifyExecutedIds.validaExecutedIds(javax.faces.context.FacesContext) with qualifiers [@org.jboss.arquillian.warp.jsf.BeforePhase(value=RENDER_RESPONSE)] was not executed
at org.jboss.arquillian.warp.impl.client.verification.ResponsePayloadVerifier.verifyAllLifecycleTestsExecuted(ResponsePayloadVerifier.java:74)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116)
at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
at org.jboss.arquillian.warp.impl.client.execution.DefaultResponseDeenrichmentService.deenrichResponse(DefaultResponseDeenrichmentService.java:87)
at org.jboss.arquillian.warp.impl.client.execution.EnrichmentObserver.deenrichResponse(EnrichmentObserver.java:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116)
at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
at org.jboss.arquillian.warp.impl.client.execution.EnrichmentObserver.tryDeenrichResponse(EnrichmentObserver.java:92)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116)
at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
at org.jboss.arquillian.warp.impl.client.execution.DefaultHttpFiltersSource$1.responsePost(DefaultHttpFiltersSource.java:102)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.warp.impl.client.context.operation.Contextualizer$2.invoke(Contextualizer.java:68)
at com.sun.proxy.$Proxy27.responsePost(Unknown Source)
at org.littleshoot.proxy.impl.ClientToProxyConnection.respond(ClientToProxyConnection.java:316)
at org.littleshoot.proxy.impl.ProxyToServerConnection.respondWith(ProxyToServerConnection.java:440)
at org.littleshoot.proxy.impl.ProxyToServerConnection.readHTTPInitial(ProxyToServerConnection.java:182)
at org.littleshoot.proxy.impl.ProxyToServerConnection.readHTTPInitial(ProxyToServerConnection.java:66)
at org.littleshoot.proxy.impl.ProxyConnection.readHTTP(ProxyConnection.java:143)
at org.littleshoot.proxy.impl.ProxyConnection.read(ProxyConnection.java:130)
at org.littleshoot.proxy.impl.ProxyToServerConnection.read(ProxyToServerConnection.java:173)
at org.littleshoot.proxy.impl.ProxyConnection.channelRead0(ProxyConnection.java:563)
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:103)
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338)
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324)
at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:253)
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338)
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338)
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338)
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324)
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86)
at org.littleshoot.proxy.impl.ProxyConnection$ResponseReadMonitor.channelRead(ProxyConnection.java:714)
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338)
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:153)
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338)
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324)
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86)
at org.littleshoot.proxy.impl.ProxyConnection$BytesReadMonitor.channelRead(ProxyConnection.java:668)
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338)
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:126)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:485)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:452)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:346)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
at java.lang.Thread.run(Thread.java:724)
{code}
What I tried:
* I downloaded Arq. warp repo and tried integration tests there (there is a test for JSF lifecycle hooks)
** This test works, so I suppose warp works correctly
* I tried to change dependencies to other version to see whether it would work
** No luck, fails all the time
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (RF-13651) Integration tests failing in chrome
by Matej Novotny (JIRA)
[ https://issues.jboss.org/browse/RF-13651?page=com.atlassian.jira.plugin.s... ]
Matej Novotny commented on RF-13651:
------------------------------------
I did some more testing regarding @Warp tests in a4j.
It seems that all @Warp tests using BeforePhase hooks fail with Chrome . But they all work correctly with Firefox and PhantomJS
I suppose the tests were taken from RF 5, so I tried it there but it fails as well - I think we took already failing tests and added them here.
Furthermore I downloaded Arq. warp extension repo and ran the integration tests there (there is a JSF lifecycle [test|https://github.com/arquillian/arquillian-extension-warp/blob/master/...]). The test passed correctly with identical setup (wildfly and chrome). Hence I suppose there is no bug in arquillian itself.
I also tried changing dependecies version but with no luck, it still fails on chrome.
Any idea what might cause this?
> Integration tests failing in chrome
> -----------------------------------
>
> Key: RF-13651
> URL: https://issues.jboss.org/browse/RF-13651
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: tests - functional
> Reporter: Brian Leathem
> Assignee: Matej Novotny
> Fix For: 4.5.0.Alpha3
>
>
> The framework tests pass in phantomjs but some fail in chrome.
> Resolution of this issue involves running and stabilizing the tests in all supported browsers.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (RF-13662) <rich:orderingList> doesn't provide selection
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13662?page=com.atlassian.jira.plugin.s... ]
Michal Petrov commented on RF-13662:
------------------------------------
The selection is available on client-side, via {{\#\{rich:component('oList')\}.getList().getSelectedItems()}}
> <rich:orderingList> doesn't provide selection
> ---------------------------------------------
>
> Key: RF-13662
> URL: https://issues.jboss.org/browse/RF-13662
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 4.3.7
> Reporter: Martin Höller
> Labels: orderingList
>
> In RichFaces 3.x the <rich:orderingList> component had a selection-Attribute. In RichFaces 4.x this is currently not supported and thus there is not way to obtain the selected entries. Please bring back this useful feature!
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 9 months
[JBoss JIRA] (RF-13662) <rich:orderingList> doesn't provide selection
by Martin Höller (JIRA)
Martin Höller created RF-13662:
----------------------------------
Summary: <rich:orderingList> doesn't provide selection
Key: RF-13662
URL: https://issues.jboss.org/browse/RF-13662
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component-selects
Affects Versions: 4.3.7
Reporter: Martin Höller
In RichFaces 3.x the <rich:orderingList> component had a selection-Attribute. In RichFaces 4.x this is currently not supported and thus there is not way to obtain the selected entries. Please bring back this useful feature!
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 9 months
[JBoss JIRA] (RF-13658) Component issues in 4.5
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13658?page=com.atlassian.jira.plugin.s... ]
Michal Petrov updated RF-13658:
-------------------------------
Description:
I've checked showcase and photoalbum and discovered several issues:
These issues appear on EAP but not on WildFly.
* -trees: the node ids are not being resolved correctly, resulting in ids like this: {{overForm:PreDefinedTree:org.richfaces.model.SequenceRowKey\[DeclarativeModelKey\{modelId=j_idt273, modelKey=\}\]:j_idt275}}-
** -this completely breaks photoalbum-
* data retrieval from server doesn't seem to work (there are no errors on either server or client)
** datascroller - the pages switch but the data stay the same (works with a4j:repeat)
** extendedDataTable with enabled ajax loading does not load any data
** progressbar does not work
** togglePanel does not switch
** dynamic tabPanels do not switch
** tooltips that make a server call do not work (the tooltip is empty)
was:
I've checked showcase and photoalbum and discovered several issues:
* -trees: the node ids are not being resolved correctly, resulting in ids like this: {{overForm:PreDefinedTree:org.richfaces.model.SequenceRowKey\[DeclarativeModelKey\{modelId=j_idt273, modelKey=\}\]:j_idt275}}-
** -this completely breaks photoalbum-
* data retrieval from server doesn't seem to work (there are no errors on either server or client)
** datascroller - the pages switch but the data stay the same (works with a4j:repeat)
** extendedDataTable with enabled ajax loading does not load any data
** progressbar does not work
** togglePanel does not switch
** dynamic tabPanels do not switch
** tooltips that make a server call do not work (the tooltip is empty)
> Component issues in 4.5
> -----------------------
>
> Key: RF-13658
> URL: https://issues.jboss.org/browse/RF-13658
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha3
> Reporter: Michal Petrov
> Assignee: Michal Petrov
> Fix For: 4.5.0.Alpha3
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> I've checked showcase and photoalbum and discovered several issues:
> These issues appear on EAP but not on WildFly.
> * -trees: the node ids are not being resolved correctly, resulting in ids like this: {{overForm:PreDefinedTree:org.richfaces.model.SequenceRowKey\[DeclarativeModelKey\{modelId=j_idt273, modelKey=\}\]:j_idt275}}-
> ** -this completely breaks photoalbum-
> * data retrieval from server doesn't seem to work (there are no errors on either server or client)
> ** datascroller - the pages switch but the data stay the same (works with a4j:repeat)
> ** extendedDataTable with enabled ajax loading does not load any data
> ** progressbar does not work
> ** togglePanel does not switch
> ** dynamic tabPanels do not switch
> ** tooltips that make a server call do not work (the tooltip is empty)
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 9 months
[JBoss JIRA] (RF-13658) Component issues in 4.5
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13658?page=com.atlassian.jira.plugin.s... ]
Michal Petrov updated RF-13658:
-------------------------------
Description:
I've checked showcase and photoalbum and discovered several issues:
* -trees: the node ids are not being resolved correctly, resulting in ids like this: {{overForm:PreDefinedTree:org.richfaces.model.SequenceRowKey\[DeclarativeModelKey\{modelId=j_idt273, modelKey=\}\]:j_idt275}}-
** -this completely breaks photoalbum-
* data retrieval from server doesn't seem to work (there are no errors on either server or client)
** datascroller - the pages switch but the data stay the same (works with a4j:repeat)
** extendedDataTable with enabled ajax loading does not load any data
** progressbar does not work
** togglePanel does not switch
** dynamic tabPanels do not switch
** tooltips that make a server call do not work (the tooltip is empty)
was:
I've checked showcase and photoalbum and discovered several issues:
-* trees: the node ids are not being resolved correctly, resulting in ids like this: {{overForm:PreDefinedTree:org.richfaces.model.SequenceRowKey\[DeclarativeModelKey\{modelId=j_idt273, modelKey=\}\]:j_idt275}}
** this completely breaks photoalbum-
* data retrieval from server doesn't seem to work (there are no errors on either server or client)
** datascroller - the pages switch but the data stay the same (works with a4j:repeat)
** extendedDataTable with enabled ajax loading does not load any data
** progressbar does not work
** togglePanel does not switch
** dynamic tabPanels do not switch
** tooltips that make a server call do not work (the tooltip is empty)
> Component issues in 4.5
> -----------------------
>
> Key: RF-13658
> URL: https://issues.jboss.org/browse/RF-13658
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha3
> Reporter: Michal Petrov
> Assignee: Michal Petrov
> Fix For: 4.5.0.Alpha3
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> I've checked showcase and photoalbum and discovered several issues:
> * -trees: the node ids are not being resolved correctly, resulting in ids like this: {{overForm:PreDefinedTree:org.richfaces.model.SequenceRowKey\[DeclarativeModelKey\{modelId=j_idt273, modelKey=\}\]:j_idt275}}-
> ** -this completely breaks photoalbum-
> * data retrieval from server doesn't seem to work (there are no errors on either server or client)
> ** datascroller - the pages switch but the data stay the same (works with a4j:repeat)
> ** extendedDataTable with enabled ajax loading does not load any data
> ** progressbar does not work
> ** togglePanel does not switch
> ** dynamic tabPanels do not switch
> ** tooltips that make a server call do not work (the tooltip is empty)
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 9 months
[JBoss JIRA] (RF-13658) Component issues in 4.5
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13658?page=com.atlassian.jira.plugin.s... ]
Michal Petrov updated RF-13658:
-------------------------------
Description:
I've checked showcase and photoalbum and discovered several issues:
-* trees: the node ids are not being resolved correctly, resulting in ids like this: {{overForm:PreDefinedTree:org.richfaces.model.SequenceRowKey\[DeclarativeModelKey\{modelId=j_idt273, modelKey=\}\]:j_idt275}}
** this completely breaks photoalbum-
* data retrieval from server doesn't seem to work (there are no errors on either server or client)
** datascroller - the pages switch but the data stay the same (works with a4j:repeat)
** extendedDataTable with enabled ajax loading does not load any data
** progressbar does not work
** togglePanel does not switch
** dynamic tabPanels do not switch
** tooltips that make a server call do not work (the tooltip is empty)
was:
I've checked showcase and photoalbum and discovered several issues:
* trees: the node ids are not being resolved correctly, resulting in ids like this: {{overForm:PreDefinedTree:org.richfaces.model.SequenceRowKey\[DeclarativeModelKey\{modelId=j_idt273, modelKey=\}\]:j_idt275}}
** this completely breaks photoalbum
* data retrieval from server doesn't seem to work (there are no errors on either server or client)
** datascroller - the pages switch but the data stay the same (works with a4j:repeat)
** extendedDataTable with enabled ajax loading does not load any data
** progressbar does not work
** togglePanel does not switch
** dynamic tabPanels do not switch
** tooltips that make a server call do not work (the tooltip is empty)
> Component issues in 4.5
> -----------------------
>
> Key: RF-13658
> URL: https://issues.jboss.org/browse/RF-13658
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha3
> Reporter: Michal Petrov
> Assignee: Michal Petrov
> Fix For: 4.5.0.Alpha3
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> I've checked showcase and photoalbum and discovered several issues:
> -* trees: the node ids are not being resolved correctly, resulting in ids like this: {{overForm:PreDefinedTree:org.richfaces.model.SequenceRowKey\[DeclarativeModelKey\{modelId=j_idt273, modelKey=\}\]:j_idt275}}
> ** this completely breaks photoalbum-
> * data retrieval from server doesn't seem to work (there are no errors on either server or client)
> ** datascroller - the pages switch but the data stay the same (works with a4j:repeat)
> ** extendedDataTable with enabled ajax loading does not load any data
> ** progressbar does not work
> ** togglePanel does not switch
> ** dynamic tabPanels do not switch
> ** tooltips that make a server call do not work (the tooltip is empty)
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 9 months
[JBoss JIRA] (RF-12554) <rich:tooltip> in a <ui|a4j:repeat> doesn't work in composite components
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12554?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-12554:
------------------------------------
[~randhawag] sounds like a problem with your plugin. From the perspective of the client-side, all a ar4/ui:repeat does is create a repeating set of div elements. If your jQuery plugin is having a problem selecting and operating on those elements it's likely a problem with the plugin. Check for jQuery conflicts, or jQuery plugin conflicts. Use your browser's javascript debugger to help pinpoint the problem.
> <rich:tooltip> in a <ui|a4j:repeat> doesn't work in composite components
> ------------------------------------------------------------------------
>
> Key: RF-12554
> URL: https://issues.jboss.org/browse/RF-12554
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.2.3.Final
> Reporter: Bojan Antonovic
> Assignee: Jiří Štefek
> Priority: Minor
> Attachments: RF-12554.zip
>
>
> To make it work, you have to write once the dummy
> {code}
> <rich:panel><rich:tooltip><!--bla--></rich:tooltip></rich:panel>
> {code}
> then you can use as often as you wish:
> {code}
> <ui:repeat>
> <rich:tooltip> ...
> </ui:repeat>
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 9 months