If a a4j:poll reRenders a id of a dataTable column polling stops working
------------------------------------------------------------------------
Key: RF-8471
URL: https://jira.jboss.org/jira/browse/RF-8471
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 3.3.2.SR1
Reporter: Kai Gülzau
If a a4j:poll reRenders a id of a dataTable column polling stops working.
Use this code to reproduce:
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich">
<rich:dataTable value="#{agentBean.rows}">
<rich:column id="col">dummy</rich:column>
</rich:dataTable>
<a4j:region>
<a4j:form>
<a4j:poll id="poll" interval="10000" reRender="poll, col" />
</a4j:form>
</a4j:region>
</ui:composition>
The response of the poll request is missing the polling script:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title />
</head>
<body>
<table>
<tr>
<td class="rich-table-cell" id="j_id0:0:col">dummy</td>
<meta name="Ajax-Update-Ids" content="j_id0:0:col,j_id3:poll" />
<meta id="Ajax-Response" name="Ajax-Response" content="true" />
</tr>
</table>
<!-- MYFACES JAVASCRIPT -->
</body>
</html>
--
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
ToggleControl behavior
----------------------
Key: RF-8746
URL: https://jira.jboss.org/browse/RF-8746
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.0.0.Milestone1
Reporter: Nick Belaevski
Assignee: Alex Kolonitsky
Fix For: 4.0.0.Milestone1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
SimpleTogglePanel component
---------------------------
Key: RF-8748
URL: https://jira.jboss.org/browse/RF-8748
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.0.0.Milestone1
Reporter: Nick Belaevski
Assignee: Andrey Markhel
Fix For: 4.0.0.Milestone1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Non-Modal Panel
---------------
Key: RF-994
URL: http://jira.jboss.com/jira/browse/RF-994
Project: RichFaces
Issue Type: Feature Request
Reporter: Christian Bauer
Priority: Critical
There is no floating non-modal panel in RichFaces. It could be as easy as adding a "nonmodal" option to the Modal Panel.
Of course, Modal Panel shouldn't have been called Modal Panel in the first place, it should be Dialog with the option to make it modal when needed.
--
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
design: components design markups
---------------------------------
Key: RF-8807
URL: https://jira.jboss.org/browse/RF-8807
Project: RichFaces
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: component, skinning
Affects Versions: 4.0.0.ALPHA1
Reporter: Ilya Shaikovsky
Assignee: Lex Dmitriev
Fix For: 4.0.0.Milestone1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
design markups
--------------
Key: RF-8774
URL: https://jira.jboss.org/browse/RF-8774
Project: RichFaces
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.0.0.Alpha2
Reporter: Ilya Shaikovsky
Assignee: Lex Dmitriev
Fix For: 4.0.0.Milestone1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[ https://jira.jboss.org/browse/RF-8697?page=com.atlassian.jira.plugin.syst... ]
Damien Gouyette updated RF-8697:
--------------------------------
Attachment: RF-8697.zip
A sample that can't reproduce problem
> a4j:ajax: for immediate behavior "bypassUpdates" has no action
> --------------------------------------------------------------
>
> Key: RF-8697
> URL: https://jira.jboss.org/browse/RF-8697
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 4.0.0.Alpha2
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Fix For: 4.0.0.Milestone1
>
> Attachments: RF-8697.zip
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira