[JBoss JIRA] Created: (RF-6425) SuggestionBox: rich-sb-int-sel is ignored
by Ronald Johnson (JIRA)
SuggestionBox: rich-sb-int-sel is ignored
-----------------------------------------
Key: RF-6425
URL: https://jira.jboss.org/jira/browse/RF-6425
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Reporter: Ronald Johnson
I want to change the look of the suggestionbox, in my css file I added:
.rich-sb-int{
background-color: #00ff00;
}
.rich-sb-int-sel{
background-color: #ff0000;
}
for the non-selected and selected rows.
when using the skin "blueSky" (or any other skin except "plain"),
"my" style for the non-selected rows is used (i.e. the rows are displayed green)
For the selected row, the style from the skin is still used.
If i however change the skin to be "plain", the non-selected rows are displayed green, and the selected row is displayed red (i.e. it uses my style, as i would expect)
--
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
16 years, 11 months
[JBoss JIRA] Created: (RF-5825) Editor: convertion failed in case past converted text in editor.
by Alexander Dubovsky (JIRA)
Editor: convertion failed in case past converted text in editor.
----------------------------------------------------------------
Key: RF-5825
URL: https://jira.jboss.org/jira/browse/RF-5825
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: IE7, Firefox 3.0, Safari 3.2
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
# Open richfaces-demo on Editor page
# Turn seamTextSupport on
# Copy any text from other external page or doc (e.g. from attached MS Word) and past it into editor
# submit value
Result: convertion error in server log (different for different browsers)
For IE7:
19.01.2009 16:11:22 com.sun.faces.lifecycle.RenderResponsePhase execute
INFO: WARNING: FacesMessage(s) have been enqueued, but may not have been displayed.
sourceId=form:editor[severity=(INFO 0), summary=(An error occurred during conversion html to seam text), detail=(invalid value of attribute 'style' for element 'p')]
For Firefox 3.0:
19.01.2009 16:13:37 com.sun.faces.lifecycle.RenderResponsePhase execute
INFO: WARNING: FacesMessage(s) have been enqueued, but may not have been displayed.
sourceId=form:editor[severity=(INFO 0), summary=(An error occurred during conversion html to seam text), detail=(invalid element 'meta')]
For Safari 3.2:
19.01.2009 16:16:16 com.sun.faces.lifecycle.RenderResponsePhase execute
INFO: WARNING: FacesMessage(s) have been enqueued, but may not have been displayed.
sourceId=form:editor[severity=(INFO 0), summary=(An error occurred during conversion html to seam text), detail=(invalid element 'o')]
--
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
16 years, 11 months