[JBoss JIRA] Created: (RF-3969) rich:tree doesn't properly handle last node added
by Michael Edwards (JIRA)
rich:tree doesn't properly handle last node added
-------------------------------------------------
Key: RF-3969
URL: https://jira.jboss.org/jira/browse/RF-3969
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: Firefox3/Linux, server-side: JBoss 4.2.2 on Linux
Reporter: Michael Edwards
Using recursiveTreeNodesAdaptor to create a rich:tree doesn't work properly on the last node added.
The example included uses an a4j:commandLink on the treeNode in order to pass the object contained in the tree to a method.
If you expand root unit 2 and then click child unit 3 you should get a null pointer exception. Note that if you click on *any* other node first, you can now click on child unit 3 without issue.
--
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, 5 months
[JBoss JIRA] Created: (RF-3933) pickList in modalPanel does not work in Safari.
by Alexander Dubovsky (JIRA)
pickList in modalPanel does not work in Safari.
-----------------------------------------------
Key: RF-3933
URL: https://jira.jboss.org/jira/browse/RF-3933
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: Safari
3.2.2.BETA1
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Attachments: 5.png
# Add pickList in modalPanel on some page.
# Try to open the page in Safari
Result: something like on attached screen shot.
Example:
<rich:modalPanel id="modalPanel2ID" autosized="true" resizeable="false">
<br />
<h:inputText value="input"></h:inputText>
<br />
<h:outputLink onclick="Richfaces.hideModalPanel('modalPanel2ID');return false;" ><f:verbatim>Close</f:verbatim></h:outputLink>
<rich:pickList id="pickListID">
<f:selectItem itemValue="item 1" itemLabel="item 1"/>
<f:selectItem itemValue="item 2" itemLabel="item 2"/>
<f:selectItem itemValue="item 3" itemLabel="item 3"/>
</rich:pickList>
</rich:modalPanel>
--
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, 5 months
[JBoss JIRA] Created: (RF-3980) inplaceInput: whitespaces between words should be trimmed in the IE 6, 7 the same as in the FF3 and Safari
by Tatyana Romanovich (JIRA)
inplaceInput: whitespaces between words should be trimmed in the IE 6, 7 the same as in the FF3 and Safari
----------------------------------------------------------------------------------------------------------
Key: RF-3980
URL: https://jira.jboss.org/jira/browse/RF-3980
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: jsp
test-application
Tomcat 6
v3.2.2.BETA2
Reporter: Tatyana Romanovich
Assignee: Anton Belevich
Priority: Minor
1. Create any tested jsf application with inplaceInput components:
<h:outputText value="Example8: icons" />
<rich:inplaceInput id="ii2" value="#{user.name}" defaultLabel="click to edit"
showControls="true"
saveControlIcon="/tree/song.gif" cancelControlIcon="/tree/singer.gif" />
<a4j:commandButton value="reRender" reRender="out"/>
<h:outputText id="out" value="Name: #{user.name}" />
2. Run server, open application in the IE6,7, FF 3, Safari
3. Enter string " 123 456 " and click reRender button
4. Compare entered text in the four browsers in the inplaceInput component
Result: in the IE 6,7 whitespaces between words are not trimmed.
--
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, 5 months
[JBoss JIRA] Created: (RF-3929) tree: all events occur twice
by Tatyana Romanovich (JIRA)
tree: all events occur twice
----------------------------
Key: RF-3929
URL: https://jira.jboss.org/jira/browse/RF-3929
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: jsp
all browsers
Tomcat 6
Reporter: Tatyana Romanovich
Assignee: Nick Belaevski
1. Create any tested application with any event for tree component, e.g.:
<rich:tree id="tr2"
switchType="client"
oncollapse="alert ('oncollapse')"
onexpand="alert ('onexpand')">
<rich:recursiveTreeNodesAdaptor roots="#{fileSystemBean.sourceRoots}"
var="item"
nodes="#{item.nodes}"/>
</rich:tree>
2. Run application on the server and call tested event (collapse or expand node)
FAILURE: events occur twice (e.g. alert appears twice)
--
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, 5 months
[JBoss JIRA] Resolved: (RF-3129) RichFaces SuggestionBox - Nothing Happens
by Anton Belevich (JIRA)
[ https://jira.jboss.org/jira/browse/RF-3129?page=com.atlassian.jira.plugin... ]
Anton Belevich resolved RF-3129.
--------------------------------
Resolution: Cannot Reproduce Bug
> RichFaces SuggestionBox - Nothing Happens
> -----------------------------------------
>
> Key: RF-3129
> URL: https://jira.jboss.org/jira/browse/RF-3129
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.0.SR1
> Environment: JBOSS 4.0.5
> Reporter: Thomas Modeneis
> Assignee: Anton Belevich
> Fix For: 3.2.2
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> Hy RichFaces Developers, i´m very Glad with this tool...Thanks alot !!
> I Will try to explain the problem:
> Take a look:
> <code>
> <h:panelGroup style="align:center">
> <h:outputText value="Digite o nome do aluno:" />
> <h:inputText value="#{alunosMB.nomeConsulta}" id="pesquisaAluno" />
> <rich:suggestionbox for="pesquisaAluno" suggestionAction="#{alunosMB.autocompleteNome}" fetchValue="" var="aluno" minChars="1" requestDelay="800" width="300" height="150" border="1" >
> <h:column>
> <h:inputHidden id="idAlunoHidden" value="20" />
> <h:commandLink id="commandLinkEditarAluno" value="#{aluno.nome}" action="#{alunosMB.editarAlunoSelecionado}"></h:commandLink>
> </h:column>
> </rich:suggestionbox>
> <h:commandButton value="listar" action="#{alunosMB.listar}" />
> </h:panelGroup>
> <h:outputText value="" />
> <rich:dataTable id="tabelaAlunos" rendered="#{! empty alunosMB.alunosByName}" value="#{alunosMB.alunosByName}" var="aluno" border="0" styleClass="tabelaDadosGC" align="center">
> <h:column id="colunaNome">
> <f:facet name="header">
> <h:outputText value="Nome" />
> </f:facet>
> <h:commandLink id="linkParaModal" value="#{aluno.nome}" action="#{alunosMB.editarAluno}" />
> </h:column>
> <h:column>
> <f:facet name="header">
> <h:outputText value="CPF" />
> </f:facet>
> <h:outputText value="#{aluno.cpf}" />
> </h:column>
> <h:column>
> <f:facet name="header">
> <h:outputText value="Telefone" />
> </f:facet>
> <h:outputText value="#{aluno.telefone}" />
> </h:column>
> </rich:dataTable>
> </code>
> when i click on <h:commandLink id="linkParaModal" value="#{aluno.nome}" action="#{alunosMB.editarAluno}" />
> nothing happens.
> Its allways fine when i use these 3 jars:
> ajax4jsf-1.1.0.jar
> oscache-2.3.jar
> richfaces-3.0.0.jar
> BUT, if i try to update richFaces to newest version:
> richfaces-ui-3.1.2.SP1
> nothing happens, dont redirect to return of method (alunosMB.editarAluno)
> IF i´m doing any wrong tag, i´m sorry guys!!
> Thanks for attention!!
> Thomas Modeneis.
--
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, 5 months