[JBoss JIRA] Created: (RF-11149) rich:editor - updating editor in IE9
by Lukáš Fryč (JIRA)
rich:editor - updating editor in IE9
------------------------------------
Key: RF-11149
URL: https://issues.jboss.org/browse/RF-11149
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.1.0.Milestone1
Environment: Internet Explorer 9
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
Priority: Critical
Fix For: 4.1.0.Milestone1
Symptoms: receiving in a4j:log:
error[16:09:30.567]: Received 'error@malformedXML' event from <input id=form2b:j_idt7 ...>
error[16:09:30.568]: [200] undefined: undefined
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] Created: (RF-10948) component select: instable behaviour in conjunction with a standard jsf-tag ajax (event selectitem, probably more)
by Sergej Becker (JIRA)
component select: instable behaviour in conjunction with a standard jsf-tag ajax (event selectitem, probably more)
------------------------------------------------------------------------------------------------------------------
Key: RF-10948
URL: https://issues.jboss.org/browse/RF-10948
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Final
Environment: Webcontainer: Tomcat 6
JSF 2.0 implementation: mojarra 2.0.4-b9
Richfaces 4 Final
Reporter: Sergej Becker
The durable usage of the sample below can reproduce an inconsistent behavior of the component 'select' in conjunction with a standard jsf-tag 'ajax':
on event 'selectitem' (it probably effects more events) the ajax-request doesn't work consistent. Occurs sporadically! It usually affects the first selected value.
<h:form id="formid">
<rich:select value="#{...}" label="...">
<f:ajax event="selectitem" render=":formid:tableid" />
<f:selectItem itemValue="0" itemLabel="0..n" />
<f:selectItem itemValue="20" itemLabel="20..n" />
<f:selectItem itemValue="40" itemLabel="40..n" />
</rich:select>
<h:dataTable value="..." id="tableid" var="...">
<h:column>
<h:outputText value="..."/>
</h:column>
<h:column>
<h:outputText value="..."/>
</h:column>
<h:column>
<h:outputText value="..."/>
</h:column>
</h:dataTable>
</h:form>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] Created: (RF-7692) InplaceSelect doesn't support SelectItemGroup elements
by Anton Lisovenko (JIRA)
InplaceSelect doesn't support SelectItemGroup elements
------------------------------------------------------
Key: RF-7692
URL: https://jira.jboss.org/jira/browse/RF-7692
Project: RichFaces
Issue Type: Bug
Components: component-input
Reporter: Anton Lisovenko
Priority: Minor
Currently inplaceSelect component does not support SelectItemGroup nested elements. It displays only SelectItemGroup labels and ignores nested SelectItem elements. This reduces the styling and grouping possibility for select elements, because jsf select items do not allow 'style' atribute either.
It would be great to have the possibility to use grouped select items in inplaceSelect. Seems this is more the bug, than feature request, but feel free to change the type, if necessary.
--
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
13 years, 6 months
[JBoss JIRA] Created: (RF-8083) Combobox suggestionValues strips consecutive spaces
by Wayne Bagguley (JIRA)
Combobox suggestionValues strips consecutive spaces
---------------------------------------------------
Key: RF-8083
URL: https://jira.jboss.org/jira/browse/RF-8083
Project: RichFaces
Issue Type: Bug
Components: component-input
Affects Versions: 3.3.2.SR1
Environment: Firefox 2.0
Reporter: Wayne Bagguley
Priority: Minor
I have a combobox that is connected via the suggestionValues attribute to a list of Strings and some of these Strings have spaces in the middle of the text and sometimes at the end, for example:
" This starts with a space"
"This ends with a space "
"This has two spaces after the word two"
In these cases, the start and end spaces are removed and the two spaces in the middle of the last String are reduced to one space when they are selected from the suggestion list. I need to have the spaces preserved but this is currently impossible.
--
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
13 years, 6 months
[JBoss JIRA] Created: (RF-9352) Collapsible panel: facet headerCollapsed doesn't work
by Pavol Pitonak (JIRA)
Collapsible panel: facet headerCollapsed doesn't work
-----------------------------------------------------
Key: RF-9352
URL: https://jira.jboss.org/browse/RF-9352
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone2
Environment: RichFaces v.4.0.0-SNAPSHOT SVN r.19188
Java(TM) SE Runtime Environment 1.6.0_21-b06
Linux 2.6.34.6-54.fc13.x86_64
Mojarra 2.0.2-FCS
Chrome/7.0.525.0, Firefox 3.6.7
Reporter: Pavol Pitonak
The following panel doesn't change header when collapsed:
<pn:collapsiblePanel id="panel">
<f:facet name="headerExpanded" >
header exanded
</f:facet>
<f:facet name="headerCollapsed" >
header collapsed
</f:facet>
Hello!!!
</pn:collapsiblePanel>
Firebug shows the following warning when page is loaded:
Error in parsing value for 'display'. Declaration dropped.
--
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
13 years, 6 months
[JBoss JIRA] Created: (RF-10987) Improve GraphValidator performance
by Alexander Smirnov (JIRA)
Improve GraphValidator performance
----------------------------------
Key: RF-10987
URL: https://issues.jboss.org/browse/RF-10987
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-validators
Affects Versions: 4.0.0.Final
Reporter: Alexander Smirnov
Assignee: Alexander Smirnov
ClonedObjectResolver became performance bootleneck.
We have a very simple page that displays a rich:datatable. We noticed that on the backend ClonedObjectResolver.resolveCloned gets called a lot and is very slow. Looking at the method (code below) I think the issue is that it scans the request map every time and looks for a graph prefix validator. If we comment this code out the performance improves 50%. The main question is what is it trying to do and is this only needed in some specific situations like a particular component on the page?
{code}
public static Object resolveCloned(ELContext context, Object base, Object property){
if(null != base || null != property){
FacesContext facesContext = FacesContext.getCurrentInstance();
Map<String, Object> requestMap = facesContext.getExternalContext().getRequestMap();
for (String key : requestMap.keySet()) {
if(null != key && key.startsWith(UIGraphValidator.STATE_ATTRIBUTE_PREFIX)){
UIGraphValidator.GraphValidatorState state = (GraphValidatorState) requestMap.get(key);
if(state.isSame(base, property)){
return state.getCloned();
}
}
}
}
return null;
}
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] Created: (RF-10645) Metamer - Inplace Select sample - NullPointerException in initialization
by Lukas Fryc (JIRA)
Metamer - Inplace Select sample - NullPointerException in initialization
------------------------------------------------------------------------
Key: RF-10645
URL: https://issues.jboss.org/browse/RF-10645
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.CR1
Environment: RichFaces 4.0.0.20110227-CR1 r.21967
Metamer 4.0.0.20110228-CR1 r.21993
Apache MyFaces JSF-2.0 Core Impl 2.0.4
JBoss AS 6.0.0.Final (default configuration)
OpenJDK Runtime Environment 1.6.0_20-b20 @Linux
Chrome 9.0.597.98 @ Linux x86_64
Reporter: Lukas Fryc
This doesn't work specifically on JBoss AS with bundled MyFaces 2.0.4 and context-param WAR_BUNDLES_JSF_IMPL.
It seems container don't inject
private Attributes attributes;
@ManagedProperty(value = "#{model.capitals}")
private List<Capital> capitals;
javax.faces.FacesException: java.lang.reflect.InvocationTargetException
at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.wrap(ExceptionHandlerImpl.java:241)
Caused by: java.lang.NullPointerException
at org.richfaces.tests.metamer.bean.RichSelectBean.init(RichSelectBean.java:67)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months