[richfaces-issues] [JBoss JIRA] Created: (RF-7150) editor: style attribute is rendered twice in facelets under Safari 3.2 and Firefox 3.0

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Thu May 14 11:01:47 EDT 2009


editor: style attribute is rendered twice in facelets under Safari 3.2 and Firefox 3.0
--------------------------------------------------------------------------------------

                 Key: RF-7150
                 URL: https://jira.jboss.org/jira/browse/RF-7150
             Project: RichFaces
          Issue Type: Bug
          Components: browser compatibility
    Affects Versions: 3.3.1
         Environment: 3.3.1.SNAPSHOT
facelets 1.1.14
Safari 3.2
Firefox 3.0
            Reporter: Alexander Dubovsky
            Assignee: Nick Belaevski


Source:
<rich:editor style="width:500; background-color:red">
		</rich:editor>

# Open page with described editor under Safari 3.2 or Firefox 3.0
Result: error on page - XML Parsing Error: duplicate attribute

Generated html for editor:
<div class="rich-editor " id="j_id3:j_id4" style="width:500; background-color:red" style="width:500; background-color:red">.......

-- 
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

        



More information about the richfaces-issues mailing list