[JBoss JIRA] Created: (RF-5108) Editor: exception after rerender empty editor in case useSeamText="true"
by Alexander Dubovsky (JIRA)
Editor: exception after rerender empty editor in case useSeamText="true"
------------------------------------------------------------------------
Key: RF-5108
URL: https://jira.jboss.org/jira/browse/RF-5108
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: 3.3.0.BETA1
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
# Set useSeamText="true" and viewMode="visual"
# Open page with editor, clear it and rerender.
Result: following exception:
ERROR [viewhandler] Error Rendering View[/pages/Rich/Rich.xhtml]
javax.faces.convert.ConverterException: An error occurred during conversion seam text to html
at org.richfaces.convert.seamtext.DefaultSeamTextConverter.getAsString(DefaultSeamTextConverter.java:96)
at org.ajax4jsf.util.InputUtils.getConvertedStringValue(InputUtils.java:114)
at org.richfaces.renderkit.EditorRendererBase.getConvertedStringValue(EditorRendererBase.java:87)
at org.richfaces.renderkit.EditorRendererBase.getFormattedComponentStringValue(EditorRendererBase.java:117)
at org.richfaces.renderkit.html.EditorRenderer.doEncodeEnd(EditorRenderer.java:234)
...........................
Caused by: line 1:3: unexpected token: &
at org.jboss.seam.text.SeamTextParser.startRule(SeamTextParser.java:648)
at org.richfaces.convert.seamtext.DefaultSeamTextConverter.getAsString(DefaultSeamTextConverter.java:91)
... 76 more
--
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, 4 months
[JBoss JIRA] Created: (RF-4311) SuggestionBox: incorrect behavior in Opera.
by Alexander Dubovsky (JIRA)
SuggestionBox: incorrect behavior in Opera.
-------------------------------------------
Key: RF-4311
URL: https://jira.jboss.org/jira/browse/RF-4311
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: richfaces-demo, test application, 3.2.2.BETA5, Opera 9.52
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Minor
# Open demo application on Suggestion Box page in Opera
# Input e.g. 'a' character -> suggest pop up appears
# Move selection in pop up using keyboard
Result: selection skips the next element (e.g. was 1th and stay 3th) - this is incorrect
# Select any element
Result: cursor moves to the begin of input. Actually it should stay in the end.
--
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, 4 months